[DiscordArchive] one of my cpu cores is usually at 100% constantly is this expected? any conf settings I should look
[DiscordArchive] one of my cpu cores is usually at 100% constantly is this expected? any conf settings I should look
Archived author: thatbloodyshark • Posted: 2025-08-24T18:53:56.101000+00:00
Original source
one of my cpu cores is usually at 100% constantly is this expected? any conf settings I should look into?
Archived author: Ryan Turner • Posted: 2025-08-24T19:16:35.819000+00:00
Original source
AC is a single core with multi thread support, so it's normal to see 1 core being used.
But you're not giving us any context, what CPU you're using, what modules? what settings in your world?
Running X playerbots and Y AH bot auctions can be hard on your cpu
Archived author: Revision • Posted: 2025-08-24T19:20:23.755000+00:00
Original source
AzerothCore isn't multithreaded but maps can run in separate threads. Increasing `MapUpdate.Threads` in worldserver.conf allows it to do that, but keep in mind that a map can never run in more than one thread so even with all 4 continents (Eastern Kingdoms, Kalimdor, Outland and Northrend) that's still only 4 threads it can utilize.
Archived author: McCarthy • Posted: 2025-08-24T19:40:49.656000+00:00
Original source
i heard that you can compile modules without shutting down idk if thats true
Archived author: Ryan Turner • Posted: 2025-08-24T19:44:40.471000+00:00
Original source
Linux allows you to compile without closing the server
Archived author: Ryan Turner • Posted: 2025-08-24T19:44:53.270000+00:00
Original source
But you still have to restart it after to have the changes
Archived author: McCarthy • Posted: 2025-08-24T19:55:23.737000+00:00
Original source
gotcha. thats good to know