I have the code for my Ram allocation set as -Xmx2048M -Xms4096M. So I should atleast get 2 gigs of Ram from my 64x Windows w/ 8G of ram right? well I don't. I get the error, "Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size". I think that means I dont have enough ram available..... but I do. If I check on my ram use at this moment using, Spotify, Google Chrome, Task manager, and Java Platform SE Binary, I have 2.2 gigs of ram available. It still doesnt work... any suggestions? Thanks!
No it means exactly what it says. The user (you) made a configuration error and specified the starting heap (Xms) to a larger value than the maximum heap (Xmx).
I have the code for my Ram allocation set as -Xmx2048M -Xms4096M. So I should atleast get 2 gigs of Ram from my 64x Windows w/ 8G of ram right? well I don't. I get the error, "Error occurred during initialization of VM
Initial heap size set to a larger value than the maximum heap size". I think that means I dont have enough ram available..... but I do. If I check on my ram use at this moment using, Spotify, Google Chrome, Task manager, and Java Platform SE Binary, I have 2.2 gigs of ram available. It still doesnt work... any suggestions? Thanks!
No it means exactly what it says. The user (you) made a configuration error and specified the starting heap (Xms) to a larger value than the maximum heap (Xmx).
Yah your right.. I switched aropund Xmx and Xms.... Sorry