LHammonds
New member
EDIT (2019-10-24): Build 155 has fixed the high CPU usage issue noted below.
I recently installed 7 Days to Die on a dedicated Ubuntu Server 18.04.3 LTS (documenting steps here) and have seen it consistently taking around 60% of the CPU all the time even when no players are connected. Is this normal? Is there something I need to change?
Here is a sample of the top command which is fairly typical. There are currently 2 people online right now but if I only looked at the htop monitoring tool, I wouldn't really see a difference regarding CPU if there was nobody connected or 4 connected.
Graphics Info
Network adapter
CPU Info:
RAM info:
Kernel info:
Thanks,
LHammonds
I recently installed 7 Days to Die on a dedicated Ubuntu Server 18.04.3 LTS (documenting steps here) and have seen it consistently taking around 60% of the CPU all the time even when no players are connected. Is this normal? Is there something I need to change?
Here is a sample of the top command which is fairly typical. There are currently 2 people online right now but if I only looked at the htop monitoring tool, I wouldn't really see a difference regarding CPU if there was nobody connected or 4 connected.
Code:
top - 17:30:58 up 6 days, 7:12, 1 user, load average: 3.24, 3.26, 3.11
Tasks: 185 total, 2 running, 107 sleeping, 0 stopped, 0 zombie
%Cpu(s): 37.4 us, 18.0 sy, 0.1 ni, 44.5 id, 0.1 wa, 0.0 hi, 0.0 si, 0.0 st
KiB Mem : 8168476 total, 357480 free, 5835256 used, 1975740 buff/cache
KiB Swap: 1048500 total, 883380 free, 165120 used. 2033344 avail Mem
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
26992 sdtd 20 0 5703696 3.116g 62208 R 187.5 40.0 168:12.34 7DaysToDie+
9772 sdtd 20 0 4989164 2.263g 31628 S 87.5 29.0 3323:35 7DaysToDie+
Code:
# lspci -nnk | grep VGA -A1
00:0f.0 VGA compatible controller [0300]: VMware SVGA II Adapter [15ad:0405]
Subsystem: VMware SVGA II Adapter [15ad:0405]
Kernel driver in use: vmwgfx
Code:
# lspci -nnk | grep net -A2
02:00.0 Ethernet controller [0200]: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) [8086:100f] (rev 01)
Subsystem: VMware PRO/1000 MT Single Port Adapter [15ad:0750]
Kernel driver in use: e1000
Code:
# lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Byte Order: Little Endian
CPU(s): 4
On-line CPU(s) list: 0-3
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 4
NUMA node(s): 1
Vendor ID: GenuineIntel
CPU family: 6
Model: 79
Model name: Intel(R) Xeon(R) CPU E5-2620 v4 @ 2.10GHz
Stepping: 1
CPU MHz: 2099.998
BogoMIPS: 4199.99
Hypervisor vendor: VMware
Virtualization type: full
L1d cache: 32K
L1i cache: 32K
L2 cache: 256K
L3 cache: 20480K
NUMA node0 CPU(s): 0-3
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts mmx fxsr sse sse2 ss syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts nopl xtopology tsc_reliable nonstop_tsc cpuid aperfmperf pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx hypervisor lahf_lm 3dnowprefetch epb pti dtherm ida arat pln pts
Code:
# free -h
total used free shared buff/cache available
Mem: 7.8G 5.6G 285M 13M 1.9G 1.9G
Swap: 1.0G 160M 863M
Code:
# uname -a
Linux srv-7dtd 4.15.0-65-generic #74-Ubuntu SMP Tue Sep 17 17:06:04 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
LHammonds
Last edited by a moderator: