So I have some pretty large files which I want to store in my memory. The problem is that as soon as the system memory fills, everything slows down.
Since windows has the possibility to use normal memory as virtual system memory, I wanted to ask if it is possible to force a python environment to use this virtual memory instead of the normal system memory.