#None paged memory using 1.1GB

7 messages · Page 1 of 1 (latest)

rustic cave
#

how do i fix this?

restive blaze
#

that doesn't seem like an issue to me and i can't suggest a fix for what isn't abnormal behaviour
is it the cause of some other issue or?

rustic cave
restive blaze
#

it is normal

rustic cave
#

ah ok

restive blaze
#

This is a better explanation to go along with what is linked above:

Your Paged memory is the data that was stored on the physical RAM, but has not been accessed for a period of time, and such gets moved into the page file. This is stored on your system boot drive, which can be adjusted by you if you wanted to. The non-paged pool is for things that RAM cannot move out of RAM. core system files, drivers, etc. The more processes that you have running critical to system functionality, the larger the non-page pool.
src: https://superuser.com/a/1606661