azerothcore-wotlk
azerothcore-wotlk copied to clipboard
nohup run worldserver with cpu 180% usage
Current Behaviour
run worldserver with nohup command in ubuntu cpu usage 180% ,but only 50% cpu usage in ./worldserver.
Expected Blizzlike Behaviour
run worldserver with nohup should be equal to run ./worldserver.
Source
it seems same issue https://github.com/TrinityCore/TrinityCore/issues/9998.
Steps to reproduce the problem
nohup ./worldserver &
top
0player cpu usage 180%
./worldserver
top
``
0player cpu usage 52%
### Extra Notes
_No response_
### AC rev. hash/commit
branch master
### Operating system
ubuntu22.04
### Custom changes or Modules
none module installed
use gdb and pm2 run as service
use gdb and pm2 run as service
it works for me,thanks.