FiveM multicore help

Hi, is there any way to enable all my processor cores to run my server?
I’m having a problem that is limiting the amount of people a lot and when it reaches a number of players it starts to affect a lot
As you can see in the image below, it is using only one core.

My Dedicated server config:

Ryzen 7 5800x
64 gb ram

It’s down to how the server’s process is built - you can’t just “force” it to use more cores or use different cores for different things in a way that is not intended. For FiveM servers specifically it’s always better to have a lower number of cores with higher frequencies, not the other way around.

Yes, but even with a ryzen 7 5800x that has a very high frequency it’s not holding!

One of your resources are blocking the cpu thread or its making it hung. Waiting for the process to complete.

You should run a etw to identify the script during that kind of load.

This is how fx server its actually not 100% a multi core and multi threads app,

or maybe just like other language like python ,node ,php…
This kind of issue persist if there is a badly written code.