1
Something Blocking Me From Allocating Ram
Hello, im having an issue dedicating more than 1G of ram for my Thermos server with the startup.bat reading "@echo off
Java -Xms2024M -Xmx2024M -jar Thermos-1.7.10-1614-server.jar -o true
pause". I have 16gigs of ram in my rig with about 6 constantly free. The server runs fine with 1G, or at-least was until recently where the "death lag" is now an issue. That is because the server in one particular clustered part of my map runs out of memory. I am able to dedicate more ram clientside for my game but that does not fix the death lag so I know it is serverside. If anyone knows how to fix the deathlag, that would also be helpful but I really feel that I need more ram for the server anyway. This is the problem I receive with the above code: https://gyazo.com/51a6855911d8ead6493d556f7fe7551d
Java -Xms2024M -Xmx2024M -jar Thermos-1.7.10-1614-server.jar -o true
pause". I have 16gigs of ram in my rig with about 6 constantly free. The server runs fine with 1G, or at-least was until recently where the "death lag" is now an issue. That is because the server in one particular clustered part of my map runs out of memory. I am able to dedicate more ram clientside for my game but that does not fix the death lag so I know it is serverside. If anyone knows how to fix the deathlag, that would also be helpful but I really feel that I need more ram for the server anyway. This is the problem I receive with the above code: https://gyazo.com/51a6855911d8ead6493d556f7fe7551d
2
Translation: he had java6.
I have found and solved the issue with my brother. If anyone ever has this same problem, it's because you are using Java 32bit. I updated my Java and I thought it was all good but apparently the whole time it was for 32bit which came default for windows 7. Just download the 64bit version from the website.
