c# - Does the GC know about the IIS app pool memory limit? -


i have .net c# website in iis.

if assigned app pool doesn't have memory limit, app memory usage seems grow until there maybe 1gb of ram left, there seemingly garbage collection event , memory usage goes down dramatically. rinse , repeat.

however, if set private memory limit (kb) in app pool specific (pretty low, double of app uses initially) value, app grow in memory usage , app pool recycle.

  1. is garbage collector aware of iis app pool limit?
  2. if not, there way notify garbage collector there one?

enter image description here


Comments

Popular posts from this blog

minify - Minimizing css files -

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -