I run a DarkPlaces Quake server on my Raspberry Pi 2. Every 2 minutes or so, there is a massive lag spike in game play, but it's fine when it's not doing that. I have checked crontab
, but neither my only user and root
have any cron
routines. This may just be my game server, but if it's my Pi, I would like to know.
Asked
Active
Viewed 100 times
2

SpecialBomb
- 127
- 4
-
1I suppose you also have checked the system cron i.e. /etc/cron* ? The only thing that comes to my mind is the I/O flush routine but I had in memory it would rather be 4 minutes instead. Take that with a huge dose of salt. I'd try running the operating system from a read-only partition (filesystem) to see if those glitches still occur. There are procedures to reliably put the root partition read-only. Do you need one? – Dec 31 '15 at 22:11
-
1No, I didn't check that. Also, it definitely could have been 4 minutes in interval, time flies by when your playing a game. And yes, the OS does not need to be written to, just the server files (Blacklisting, etc.). I could definitely use an explanation on how to partition that stuff separately into read only and read/write partitions. – SpecialBomb Dec 31 '15 at 22:20
-
I also timed the lag spikes, they happen ~2 minutes between each other. – SpecialBomb Dec 31 '15 at 22:28
-
1There is a Q&A on StackExchange on how to make the PI boot off a read-only system partition. This won't harm the PI and can be reverted in case it didn't changed anything. – Dec 31 '15 at 23:19