I am compiling a server "euforia" using devcpp. When I followed the instructions and compiled, I was able to get the server to begin loading.
The problem is that the map is too big (~95MB), and the console reports:
"Allocation failed, server out of memory!
Decrease size of your map or compile in a 64-bit mode."
How can I compile in 64 bit? I would have done so originally if I knew how.
Note: I have tried -m64 and I got the same error.
-cLutch
The problem is that the map is too big (~95MB), and the console reports:
"Allocation failed, server out of memory!
Decrease size of your map or compile in a 64-bit mode."
How can I compile in 64 bit? I would have done so originally if I knew how.
Note: I have tried -m64 and I got the same error.
-cLutch
Last edited: