Skip to content

Memory footprint increased after host instance changed #11014

Open
@pregress

Description

@pregress

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:

Image

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions