Palworld

Palworld

View Stats:
Kilokk Jan 22, 2024 @ 3:51pm
Linux dedicated server only using one core?
Hello! Set up a dedicated server on a linux VM (mint) and it's maxing out one core, and not utilizing any of the others. I tried adding -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS to the .ini per the setup guide, but it's still just using the one core. Was this meant to be a command in the terminal? I can't enter anything into that because the server starts but I get the output
$ ./PalServer.sh
Shutdown handler: initalize.
Increasing per-process limit of core file size to infinity.
dlopen failed trying to load:
steamclient.so
with error:
steamclient.so: cannot open shared object file: No such file or directory
[S_API] SteamAPI_Init(): Loaded '/home/ubuntu/.steam/sdk64/steamclient.so' OK. (First tried local 'steamclient.so')
so I can't really do anything with it.
< >
Showing 1-10 of 10 comments
Y_B_A_FOOL Jan 22, 2024 @ 4:13pm 
the dedicated server (linux) is busted.
mine has also been doing that idk whats going on
I found a solution when you launch ./PalServer.sh use the flags -useperfthreads -NoAsyncLoadingThread and -UseMultithreadForDS
This should force it to run on at least 4 cores
Dave Feb 4, 2024 @ 2:47am 
Originally posted by LookingForSexyGilfs:
I found a solution when you launch ./PalServer.sh use the flags -useperfthreads -NoAsyncLoadingThread and -UseMultithreadForDS
This should force it to run on at least 4 cores
just gave it a try, doesn't work unfortunately, at least for me. I am running it from docker, but it has resources unlimited so it shouldn't be an issue. Still thanks for the advice, hope they fix it relatively soon.
Last edited by Dave; Feb 4, 2024 @ 2:47am
Originally posted by Zyrit:
Originally posted by LookingForSexyGilfs:
I found a solution when you launch ./PalServer.sh use the flags -useperfthreads -NoAsyncLoadingThread and -UseMultithreadForDS
This should force it to run on at least 4 cores
just gave it a try, doesn't work unfortunately, at least for me. I am running it from docker, but it has resources unlimited so it shouldn't be an issue. Still thanks for the advice, hope they fix it relatively soon.
well damn, yeah im not running it in docker so i can't help you there but i was having the same issue. good luck
Mandood13 Feb 7, 2024 @ 9:25pm 
Originally posted by LookingForSexyGilfs:
I found a solution when you launch ./PalServer.sh use the flags -useperfthreads -NoAsyncLoadingThread and -UseMultithreadForDS
This should force it to run on at least 4 cores


Hey so I am running a dedicated server on my PC and want it to use more than 1 CPU core. How would I set that up?
LUFFY Feb 10, 2024 @ 8:37pm 
Originally posted by Mandood13:
Originally posted by LookingForSexyGilfs:
I found a solution when you launch ./PalServer.sh use the flags -useperfthreads -NoAsyncLoadingThread and -UseMultithreadForDS
This should force it to run on at least 4 cores


Hey so I am running a dedicated server on my PC and want it to use more than 1 CPU core. How would I set that up?

Hi i am also interested to know, current it only display 1 Core, where i have 4 cores
PMT666 Feb 10, 2024 @ 10:02pm 
Add these arguments in your bat launcher text file (on the exe line)
-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS

You might not see a lot of improvement.
Wat Feb 11, 2024 @ 1:57am 
Originally posted by Kilokk:
I tried adding -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS to the .ini per the setup guide

It's a command line parameter:
$ ./PalServer.sh -useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS
Last edited by Wat; Feb 11, 2024 @ 1:59am
LUFFY Feb 11, 2024 @ 3:31am 
Originally posted by PMT666:
Add these arguments in your bat launcher text file (on the exe line)
-useperfthreads -NoAsyncLoadingThread -UseMultithreadForDS

You might not see a lot of improvement.

okay thank you!
< >
Showing 1-10 of 10 comments
Per page: 1530 50

Date Posted: Jan 22, 2024 @ 3:51pm
Posts: 10