System Memory Use

What does this counter show?

This counter indicates the amount of system memory that is in use, in megabytes.

What does a high value mean?

If the amount of memory used is high relative to the amount of memory available, then the application is allocating too much. Runtime allocations may reduce performance.

If this value is high, then you should reduce memory allocations.