BeamMP / BeamMP-Server

Server for the multiplayer mod BeamMP for BeamNG.drive
https://beammp.com
GNU Affero General Public License v3.0
116 stars 49 forks source link

High CPU usage when running with screen -dmS #345

Open turrrbina opened 1 day ago

turrrbina commented 1 day ago

OS: linux (debian) BeamMP-Server Version: 3.4.1 (and "3.5.0" from github)

When running with screen -dmS test ./BeamMP-Server the server uses a lot of CPU in idle, without mods.

Steps to reproduce the behavior:

  1. screen -dmS test ./BeamMP-Server
  2. htop

Doesnt happen when you run screen -S test and run the server within that (and detach manually).

Mack29446 commented 1 day ago

duplicate of https://github.com/lionkor/commandline/issues/42