I know that a lot of mods make it so that the world has to load more ores and just more generation and stuff, but in single player with a more than capable computer (i3 2120, AMD Radeon 6870) I constantly get this message in the console:
Can't keep up! Did the system time change, or is the server overloaded?
I have 130+ mods installed so I know it's intensive, but it should be able to handle it for single player, right? Also, these are my java arguments for the Forge version:
So it's not an allocated ram problem. It's only using about 1.5 gigabytes anyways. Do I need even more PermGen? I also had a lot of FPS lag when walking into some areas further away from spawn, so could lack of PermGen be a problem or something?
I know that a lot of mods make it so that the world has to load more ores and just more generation and stuff, but in single player with a more than capable computer (i3 2120, AMD Radeon 6870) I constantly get this message in the console:
Can't keep up! Did the system time change, or is the server overloaded?
I have 130+ mods installed so I know it's intensive, but it should be able to handle it for single player, right? Also, these are my java arguments for the Forge version:
So it's not an allocated ram problem. It's only using about 1.5 gigabytes anyways. Do I need even more PermGen? I also had a lot of FPS lag when walking into some areas further away from spawn, so could lack of PermGen be a problem or something?
That msg about cant keep up with the system is not caused by memory management, but raw proccessing ability of your system (thats hardware + software), Even when your system has low cpu load, game loop has 50ms to perform all the tasks (one tick to calculate everything), large number of mods = large number of calculations, thus exploring around causes new chunks to be generated (very demanding task), and also writing that data to slow hard drive (game waits the task to be performed). Could be improoved by using RAM-drive, but involves different rules and/or knowledge and/or operating system. Eighter your system (hardware + software) is not match for the task, or ... well there is no other issues regarding that one.
Rollback Post to RevisionRollBack
TAKE CHANCES. TELL THE TRUTH. KISS SLOWLY. DATE SOMEONE TOTALY WRONG FOR YOU.
SAY NO. LOVE DEEPLY. FORGIVE QUICKLY. SPEND ALL YOUR CASH.
GET TO KNOW SOMEONE RANDOM, BE RANDOM. SAY I LOVE YOU. SING OUT LOUD.
FORGET THE PAST. REMMEMBER WHAT IT TOUGHT YOU. LAUGH AT STUPID JOKES.
CRY. APOLOGIZE. TELL SOMEONE HOW MUCH THEY MEAN TO YOU.
TELL A JERK WHAT YOU THINK.LAUGH TILL YOUR STOMACH HURTS.
LIVE LIFE. REGRET NOTHING.
To post a comment, please login or register a new account.
Can't keep up! Did the system time change, or is the server overloaded?
I have 130+ mods installed so I know it's intensive, but it should be able to handle it for single player, right? Also, these are my java arguments for the Forge version:
-Xmx2560M -Xms2560M -d64 -XX:MaxPermSize=512M -XX:UseSSE=4 -Djava.net.preferIPv4Stack=true -XX:+UseStringCache -XX:+OptimizeStringConcat -XX:+UseFastAccessorMethods
So it's not an allocated ram problem. It's only using about 1.5 gigabytes anyways. Do I need even more PermGen? I also had a lot of FPS lag when walking into some areas further away from spawn, so could lack of PermGen be a problem or something?
Feel free to check out my channel!
My current setup:
http://pcpartpicker.com/p/Q7wqf7
That msg about cant keep up with the system is not caused by memory management, but raw proccessing ability of your system (thats hardware + software), Even when your system has low cpu load, game loop has 50ms to perform all the tasks (one tick to calculate everything), large number of mods = large number of calculations, thus exploring around causes new chunks to be generated (very demanding task), and also writing that data to slow hard drive (game waits the task to be performed). Could be improoved by using RAM-drive, but involves different rules and/or knowledge and/or operating system. Eighter your system (hardware + software) is not match for the task, or ... well there is no other issues regarding that one.