Difference Between Private Memory Limit and Virtual Memory Limit in IIS

Limit the Private Memory (Committed bytes) this is what corresponds to your actual Memory usage.

Virtual Memory isn't shared across applications and on x64 worker processes will generally reserve much much, more than they actually end up using. Forcing limits on this really only makes sense on x86.