austinv11 / PeripheralsPlusPlus

A pseudo-port of miscperipherals, with other stuff as well!
GNU General Public License v2.0
25 stars 27 forks source link

Server CPU usage remains at 100% when Peripherals++ is installed #139

Closed ajthemacboy closed 8 years ago

ajthemacboy commented 8 years ago

Recently, I've been having performance problems on my server. Even when 0 players are online, and the whole server ticktime is less than 2 milliseconds, CPU usage on my server remains at max (200%, 100% on each core.)

After extensive testing I have found this to occur because of two mods; Peripherals++ and ThaumicInfusion. Note that this is NOT an issue with comparability between these two mods. If I remove ThaumicInfusion, Peripherals++ takes up 200% usage, and vice versa with ThaumicInfusion.

This occurs with normal Forge, and with Cauldron.

Please let me know if you need more info!

Edit: From JVisualVM profiling I believe this to be because of the Dynamic Mounts Update thread constantly running in the background.