/ps clean lags in large databases
selfservice0 opened this issue ยท 5 comments
/ps clean lags in large databases. typing "/ps clean" results in all players getting timed out.
Server specs:
8gb ram
quad core cpu
dedicated
Ok, /ps clean is a very intesive task. It might be that the server just can't do it in the time before players start to time-out.
As far as I know this command is not done Async, meaning it will hold up the tick-clock of bukkit untill it is done cleaning. And the larger the database, the longer it usually takes.