Jump to content

ARK Server on Linux with Multicore


tuvok

Recommended Posts

Hello Guys,

i run a ARK Server on a Linux Maschine with the OS Ubuntu

is this possible to start this Server with all Core?

When i start the Server with

screen -S ARK-test -d -m ./ShooterGameServer Ragnarok?SessionName=test -nonetthreading -server -log

i have on my Logfile this Messages

[2018.05.16-17.04.20:904][  0]Log file open, 05/16/18 19:04:20
[2018.05.16-17.04.20:904][  0]ARK Version: 279.275
[2018.05.16-17.04.20:904][  0]PID: 26460
[2018.05.16-17.04.42:061][  0]Primal Game Data Took 20.72 seconds
[2018.05.16-17.05.05:049][  0]Server Initializing with BattlEye Anti-Cheat Protection. If you do not wish to use BattlEye, please launch with -NoBattlEye
[2018.05.16-17.05.05:050][  0]BattlEye successfully started.
[2018.05.16-17.05.49:751][  0]Server: "test" has successfully started!
[2018.05.16-17.06.08:864][  0]Commandline:  Ragnarok?SessionName=test -nonetthreading -server -log
[2018.05.16-17.06.08:864][  0]Full Startup: 109.17 seconds (BP compile: 0.00 seconds)
[2018.05.16-17.06.08:865][  0]Number of cores 1

But the Number of cores are only 1 ...

can anybody help me? i have 8 Cores

Link to comment
Share on other sites

On ‎5‎/‎16‎/‎2018 at 6:30 PM, tuvok said:

Hello Guys,

i run a ARK Server on a Linux Maschine with the OS Ubuntu

is this possible to start this Server with all Core?

When i start the Server with


screen -S ARK-test -d -m ./ShooterGameServer Ragnarok?SessionName=test -nonetthreading -server -log

i have on my Logfile this Messages

<snip snip>

But the Number of cores are only 1 ...

can anybody help me? i have 8 Cores

What CPU do you have?

Are you running Linux in a VM ?

Are you using the screen command for any particular reason?

Have you worked through the options described at https://ark.gamepedia.com/Server_Configuration

 

Link to comment
Share on other sites

Already tryed to remove the -nonethreading parameter?

But anyway if ark detects more than 1 core.. the most of the code is still executed on the main core (about 90 - 95% of the overall server load). Only little parts like networking, are going to a second core. Ark is mostly programmed single threaded.  

Useallavailablecores is only for clients, this has no effect on servers.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...