I have a hard work to make a existing x64 software into x86 version.
It will cost about 6G~10G memory in x64, but it crashes in running x86 version when it costs about 1.5G memory.
I'm wondering whether there's an easy way to make cache file/temp file to do some memory<->hard disk exchange without much code changes?
Thank you