Virtual memory is disabled by the hoster in one of the Windows VServers I use to avoid heavy disk access. At the same time, the RAM provided is only 1GB, which is insufficient for an application I'm using.
I'm familiar with the RAM access pattern of this application, the CPU and RAM throughput is very low, but the amount of RAM required is large.
Is there a way to manually provide virtual memory to Windows so the application is able to run at all? From my point of view, anything is sufficient, be it from the local disk or via network (even though I think that it's getting perverted there).