c# - Expected behavior when Private Memory Limit in IIS exceeds machine RAM -


so have couple of questions re: private memory limit in iis using c# web app.

when set private memory limit 0, per docs here should have no limit. saw behavior app trigger iis reset when reaching approximately 60% of machine ram seems counter intuitive. grok?

the second issue expected behavior when private memory limit set value exceeds amount of ram available on machine. co-worker solved above problem setting private memory limit above system memory , did perform well. seems have ramifications proper gc times.

for example if system ram 32 gb , memory limit set 35, not trigger gargbage collection when gets close 32 because thinks can 35? or guaranteed garbage collection happen before then?

additionally requires config change if ever change size of machine (we aws shop can happen @ relatively high frequency).


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -