So I realize this is a vague question, but I'm just wondering if there's some way some of you might be able to help me out. I'm getting lag, and I'd like to know why, and possibly how to fix it.
I run a small server, only ever one or two of us on, max is three or four. Right now I'm the only one on, and I'm experiencing lag. My internet is quite fast, and no one else is on it right now. The only thing my server computer is doing is running the server, and the only thing my playing computer is doing is playing MC, and it has Steam open (but not doing anything). I've just done a full computer restart for both computers, and I've done this many times, and the lag remains.
I have a private modpack made, and much of the world is already loaded (so there aren't chunks being loaded). We'll have times where it will run great and smooth, and then we'll just hit a wall, and we won't be able to play comfortably at all. My mod list isn't bad at all, it's only 111mb big,
The server computer is a Mac OS 10.7.3, with a 2.4 GHz Intel Core i5, and 10gb memory, 1333 MHz DDR3.
The computer I'm playing on is Windows 8.1, Intel Core i7-4500 CPU @ 1.80GHz, 2.40GHz, with 8ghb memory.
Here's a mod list. http://pastebin.com/MSZ5FWxv
Here's my current internet speed that I just checked.
Ping = 14ms
Download speed = 31mbs
Upload speed = 10mbs
Here's my server command.
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xms4G -Xmx8G -XXermSize=512m -jar forge-1.7.10-10.13.3.1403-1.7.10-universal.jar nogui
I'm assuming there is some problem with a mod or something, and that every now and then this mod will try and do something, which will cause lag. That's the only way I can make sense of this, but I have no idea what could be causing this. Is there anyone out there that might be able to provide an answer for me here? I can usually figure out what's wrong, but I don't even know where to begin this time.
Thanks!
I run a small server, only ever one or two of us on, max is three or four. Right now I'm the only one on, and I'm experiencing lag. My internet is quite fast, and no one else is on it right now. The only thing my server computer is doing is running the server, and the only thing my playing computer is doing is playing MC, and it has Steam open (but not doing anything). I've just done a full computer restart for both computers, and I've done this many times, and the lag remains.
I have a private modpack made, and much of the world is already loaded (so there aren't chunks being loaded). We'll have times where it will run great and smooth, and then we'll just hit a wall, and we won't be able to play comfortably at all. My mod list isn't bad at all, it's only 111mb big,
The server computer is a Mac OS 10.7.3, with a 2.4 GHz Intel Core i5, and 10gb memory, 1333 MHz DDR3.
The computer I'm playing on is Windows 8.1, Intel Core i7-4500 CPU @ 1.80GHz, 2.40GHz, with 8ghb memory.
Here's a mod list. http://pastebin.com/MSZ5FWxv
Here's my current internet speed that I just checked.
Ping = 14ms
Download speed = 31mbs
Upload speed = 10mbs
Here's my server command.
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xms4G -Xmx8G -XXermSize=512m -jar forge-1.7.10-10.13.3.1403-1.7.10-universal.jar nogui
I'm assuming there is some problem with a mod or something, and that every now and then this mod will try and do something, which will cause lag. That's the only way I can make sense of this, but I have no idea what could be causing this. Is there anyone out there that might be able to provide an answer for me here? I can usually figure out what's wrong, but I don't even know where to begin this time.
Thanks!