My program was running fine in windows 64bit, linux 64bit.
But problems occurred when I port the program to Windows 32bit 2008 SP2(RAM 16GB) with 32bit JDK (version : 1.7.0_80).
I've tried following
- java -xmx1024m TestAppServer : Failed with error java.io.IOException: Map failed
- java -xmx512m TestAppServer : Running Successfully
I've found following similar issues
I want to know why this problem occurred when I allocate more heap memory (1024m) and how to fix it?