I have a WCF service hosting in IIS using net.tcp binding and configured to create PerCall. For testing purposes, I have a single operation that does absolutely nothing.
Each time a client connects and invokes an operation, memory usage increases for the w3wp.exe process, and after the client closes the connection, memory usage does not decrease. After repeated calls, memory increased from the initial 20 MB to 500 MB or more.
Is this normal behavior?
source share