Since I upped my memory on my computer, the non-paged pool became really big (went up from 96MB with 2GB ram to 715MB with 16GB).
It is not understandable as the task manager reports less than 1MB of non-paged pool due to processes. And Poolmon report 35MB for the biggest non-paged pool memory usage.
This screenshots have been made just after startup, so it's not a memory leak in a driver or so. Making an image and starting it in a VM, only 350MB of memory are used after startup!
Microsoft gives a value in the registry to limit the non-paged pool size here: https://technet.microsoft.com/en-us/library/cc976155.aspx but doing so and restarting doesn't solves the problem. I tried giving values in bytes (documentation say so), in KB and MB. No luck.
On Linux, I can render 3D scenes taking up to 15,2GB. On windows, due to some protection and this huge pool, I can only use 12GB and then it starts swapping to disk which makes one render take > 20 minutes instead of 1min24s on Linux.
So how can I limit the non-paged pool size?

