Description
Is your question related to a specific version? If so, please specify:
4.1036.2.2 & 4.1038.400.1
What language does your question apply to? (e.g. C#, JavaScript, Java, All)
C#, dotnet 9
Question
Is it possible the memory footprint of the host process changed with an additional 50 MB ?
This would no be a problem if it's just start up memory, but we notice there is no drop.
On multiple (linux)functions we see that the avg working set memory is increased after a change of the host instance. While the amount of requests/function executions is stable, and there was no new code deployed.
Sample graph:
We also saw the following properties where added by "system" at the same time:
clientCertExclusionEndPoints
inboundIpv6Address
outboundIpv6Addresses
possibleInboundIpv6Addresses
possibleOutboundIpv6Addresses
sandboxType
useQueryStringAffinity
Removed:
defaultHostNameScope
I create this here instead of azure support so this is publicly available.