raghalin Posted December 3, 2016 Share Posted December 3, 2016 I've got a server for 10.2 running Forge 2151 but get the "Can't keep up! Did the system time change, or is the server overloaded?" i have the server starting with a .bat with java -Xmx1024M -Xms1024M -jar forge-1.10.2-12.18.2.2151-universal.jar pause if I try to set the Xmx to 2048 or more then error occurred during initalization of VM could not reserve enough space for 2097152KB object heap I have set minecraft properties to be able to use up to 4g. using the profile -Xmx4G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M with game running , at 1g or 4g, and 1g set for server it will run. but i cant even get the server to start up alone if i set more then 1g in the .bat running on a Intel i7-4770k cpu @ 3.5gh with 16g ram directx 12, windows 10 -64bit running pure vanilla game the F3 mem usage shows ask 350m ~ with forge only loaded into game mem jumps to 900m~ with mods installed on game or server mem goes over 1g so i upped to 4g. but server will crash due to not enough memory. I wanted to look at the tutorial forums http://minecraftforge.net/wiki/Tutorials but only get a 404 not found message. Quote Link to comment Share on other sites More sharing options...
DNx Posted December 3, 2016 Share Posted December 3, 2016 Make sure you are running 64 bit java Quote Link to comment Share on other sites More sharing options...
larsgerrits Posted December 3, 2016 Share Posted December 3, 2016 Does your server have enough RAM to support 4GB? Quote Don't PM me with questions. They will be ignored! Make a thread on the appropriate board for support. 1.12 -> 1.13 primer by williewillus. 1.7.10 and older versions of Minecraft are no longer supported due to it's age! Update to the latest version for support. http://www.howoldisminecraft1710.today/ Link to comment Share on other sites More sharing options...
raghalin Posted December 3, 2016 Author Share Posted December 3, 2016 windows 10 64bit system java version 8 update 111 (not finding anything saying 32/64) comp has 16g ram task manager is reading that server + game + other stuffs is using apx 6.7g of total Quote Link to comment Share on other sites More sharing options...
Burpingdog1 Posted December 4, 2016 Share Posted December 4, 2016 you probably hava a 32bit java installed, had this problem before install the 64bit Quote Link to comment Share on other sites More sharing options...
raghalin Posted December 5, 2016 Author Share Posted December 5, 2016 I thought I had the 64, but just in case I uninstalled and rand the offline since that stated it was 64. so good news, I can now set the bat file to more memory so server runs without pausing, but I still see [00:04:05] [server thread/WARN] [net.minecraft.server.MinecraftServer]: Can't keep up! Did the system time change, or is the server overloaded? Running 8615ms behind, skipping 172 tick(s) I set the current bat at 4g, should I try upping it more? (standing around at night with mobs around task mgr says I'm using 6.7g / 16g Quote Link to comment Share on other sites More sharing options...
Ravenleft Posted December 5, 2016 Share Posted December 5, 2016 This is more of a general technical support question (as in not a Forge issue) but it sounds like you're running both the client and the server on the same computer. If so, adding more RAM wont help. Adding more computer would help. If you're out of computers to add, you could try moving the client or the server to a separate drive (put or leave the server on the fastest drive) and make sure they are running on different CPU cores (they should by default but...Windows). If you can't tell or they are somehow crowding the same core you can set the affinity for each Java process in the task manager (right click on the process and pick Set Affinity.), both will have all cores selected by default...deselect half of the cores for one process and the other half for the other process. Don't force them to a single core each though, that will make things worse because even if Minecraft is mainly single threaded, Java isn't... But yeah, adding another computer would probably be the best. Quote Link to comment Share on other sites More sharing options...
raghalin Posted December 7, 2016 Author Share Posted December 7, 2016 ok Thanks very much. Ill look into grabbing another comp Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.