Conan Exiles Server under Debian 10.1 with Wine - Freeing OOM

Questions about Wine on Linux
Locked
Dainara
Newbie
Newbie
Posts: 3
Joined: Tue Sep 17, 2019 2:21 am

Conan Exiles Server under Debian 10.1 with Wine - Freeing OOM

Post by Dainara »

Hi, i try to run an Conan Exiles Server under Linux with Wine

Linux Debian 10.1 - 64 Bit with Wine stable
64gb Ram
Core i5
m.2 SSD for System and Conan Server
Some Mods are installed

The Server Crashes only on the Linux Computer, on Windows it Not crash, but only Linux can Be used.
I tryed the db (85mb) from the old Windows Server, with 3 Players are the freez in ~5-10 minutes
Now with an fresh and clean DB (atm. 25mb) it freez after 4-8 hours with 9 Players
Here the Ende from the Log

Code: Select all

[2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_52 (server) sent 1045.0 bytes per second > 1024 (sample window size: 2.00 seconds) [2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_52 (server) sent 42.5 parts per second > 40 (sample window size: 2.00 seconds) [2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_224 (server) sent 1528.5 bytes per second > 1024 (sample window size: 2.00 seconds) [2019.09.10-19.17.03:873][512]LogMemory:Warning: Freeing 33554432 bytes from backup pool to handle out of memory. [2019.09.10-19.17.03:873][512]LogMemory:Warning: MemoryStats: AvailablePhysical 57003986944 AvailableVirtual 140737488158719 UsedPhysical 7572951040 PeakUsedPhysical 7624949760 UsedVirtual 7540178944 PeakUsedVirtual 7540178944 [2019.09.10-19.17.03:873][512]Allocator Stats for binned2: (not implemented)
The Freez is every Time exactly the same.
(I tryed an other Computer and installed on windows an VMware with ubuntu, there is the exactly same issue, with the same error.)

I changed the ram, the m.2 an I do an fresh and clean install from Linux System, wine and Conan, and we use an new clean DB
So, please try to help me with this Problem
And The Mods are Not the Problem, couse under Windows the Server worked before.
The only thing is When i deaktivate the Mods, the freez Comes later.
when i type in debian “free” i get this informations

Code: Select all

free total used free shared buff/cache available Mem: 65926436 7483732 8798156 323464 49644548 57392952 Swap: 62498812 86016 62412796
Hope someone can help
I tried to deactivate the oom-killer But without an result
Dainara
Newbie
Newbie
Posts: 3
Joined: Tue Sep 17, 2019 2:21 am

Re: Conan Exiles Server under Debian 10.1 with Wine - Freeing OOM

Post by Dainara »

here the Log Again

Code: Select all

[2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_52 (server) sent 1045.0 bytes per second > 1024 (sample window size: 2.00 seconds)
[2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_52 (server) sent 42.5 parts per second > 40 (sample window size: 2.00 seconds)
[2019.09.10-19.17.01:249][436]Network:Warning: Data: BasePlayerChar_C_224 (server) sent 1528.5 bytes per second > 1024 (sample window size: 2.00 seconds)
[2019.09.10-19.17.03:873][512]LogMemory:Warning: Freeing 33554432 bytes from backup pool to handle out of memory.
[2019.09.10-19.17.03:873][512]LogMemory:Warning: MemoryStats:
	AvailablePhysical 57003986944
	 AvailableVirtual 140737488158719
	     UsedPhysical 7572951040
	 PeakUsedPhysical 7624949760
	      UsedVirtual 7540178944
	  PeakUsedVirtual 7540178944
[2019.09.10-19.17.03:873][512]Allocator Stats for binned2: (not implemented)
and

Code: Select all

`` free
              total        used        free      shared  buff/cache   available
Mem:       65926436     7483732     8798156      323464    49644548    57392952
Swap:      62498812       86016    62412796
``
jkfloris
Level 12
Level 12
Posts: 3136
Joined: Thu Aug 14, 2014 10:10 am

Re: Conan Exiles Server under Debian 10.1 with Wine - Freeing OOM

Post by jkfloris »

How did you install the server? How do you start the server?
Dainara
Newbie
Newbie
Posts: 3
Joined: Tue Sep 17, 2019 2:21 am

Re: Conan Exiles Server under Debian 10.1 with Wine - Freeing OOM

Post by Dainara »

i tried different way's everytime the same.

1. i installing Debian from netinstall image
2. i use this guidehttps://conanexiles.gamepedia.com/Dedic ... x_and_Wine
3. i start the server with this commands

Code: Select all

export WINEARCH=win64
export WINEPREFIX=/steam/.wine64
screen -A -m -d -S conan wine64 /steam/conan/ConanSandboxServer.exe -log -ServerName="Servername" -GameServerPort=27015 -GameServerQueryPort=27016 -MaxPlayers=35
4. i tried to start it without 32bit, too

Code: Select all

export WINEPREFIX=/steam/.wine
screen -A -m -d -S conan wine /steam/conan/ConanSandboxServer.exe -log -ServerName="Servername" -GameServerPort=27015 -GameServerQueryPort=27016 -MaxPlayers=35

i tried, too the installing guide from Wine here in the Wiki https://wiki.winehq.org/Debian
i only have command Line, no gnome, kde, x11 ...

i see that the ram will be cached
with free -m

Code: Select all

              total        used        free      shared  buff/cache   available
Mem:          64381        8217        5426         364       50737       55092
Swap:         61033          83       60950
i tried to clear cache 1 time with

Code: Select all

free -m && sync && echo 1 > /proc/sys/vm/drop_caches && free -m
echo
sudo sysctl vm.drop_caches=1
and an 2. time with

Code: Select all

free -m && sync && echo 3 > /proc/sys/vm/drop_caches && free -m
echo
sudo sysctl vm.drop_caches=1
after clear cache it looks

Code: Select all

              total        used        free      shared  buff/cache   available
Mem:          64381        8222       55035         364        1123       55155
Swap:         61033          83       60950
but after sime time it freeing again with the same log

Code: Select all

[2019.09.17-16.53.44:852][925]LogMemory:Warning: Freeing 33554432 bytes from backup pool to handle out of memory.
[2019.09.17-16.53.44:852][925]LogMemory:Warning: MemoryStats:
        AvailablePhysical 58295226368
         AvailableVirtual 140737488158719
             UsedPhysical 7464030208
         PeakUsedPhysical 7469191168
              UsedVirtual 7431340032
          PeakUsedVirtual 7431340032
[2019.09.17-16.53.44:852][925]Allocator Stats for binned2: (not implemented)
i don't know what i can doo :(
Locked