So I'm running a monster server, but I've added a bunch more mods to it. I'm running 4-6 gigs of ram, and there's very few on the server, usually only one or two at a time, and most the day there's no one.
Here's the problem. I can shut down my computer for the whole night, turn on the server, with NOTHING else running on my computer, and it'll still say the "Can't keep up!" message about once or twice every minute. I mean, there's no one on the server, my computer just booted up, there's nothing else running... why is it not able to keep up? When I am on the server, I get a little bit of lag (block and mob lag), basically all the time, but only a minor problem. I have 6 gig allotted to this thing, which is way more than enough. Here's the java stuff I'm running it with.
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xms4G -Xmx6G -XXermSize=256m -jar FTBServer-1.6.4-965.jar nogui
I'm sure this is because I have so many mods running, but even then you would think it would be fine. Does anyone know anything that could help me make this run smoother?
Thanks!
Here's the problem. I can shut down my computer for the whole night, turn on the server, with NOTHING else running on my computer, and it'll still say the "Can't keep up!" message about once or twice every minute. I mean, there's no one on the server, my computer just booted up, there's nothing else running... why is it not able to keep up? When I am on the server, I get a little bit of lag (block and mob lag), basically all the time, but only a minor problem. I have 6 gig allotted to this thing, which is way more than enough. Here's the java stuff I'm running it with.
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xms4G -Xmx6G -XXermSize=256m -jar FTBServer-1.6.4-965.jar nogui
I'm sure this is because I have so many mods running, but even then you would think it would be fine. Does anyone know anything that could help me make this run smoother?
Thanks!