Hi, I am running syncthing on a server I rent to sync a few folders, between my devices. I am running syncthing in a screen, on the server. The server is running
OS: Ubuntu 22.04.5 LTS x86_64 Kernel: 5.2.0-1160.105.1.vz7.214.3
and I use the server for some other things too. One thing, that in the past was severly disturbed by syncthing using too many system ressources, is a minecraft server. But I can’t start it. Because
[Server thread/ERROR]: Encountered an unexpected exception java.lang.OutOfMemoryError: unable to create native thread: possibly out of memory or process/resource limits reached
But as soon as I restart syncthing through the web ui, the server starts without issues.
In the past, I as far as I remembered I had an error somewhere else, since syncthing had the maximum ammount of files open.
So somehow it seems to accumalate over runtime with syncthing. Running Syncthing v1.28.1, Linux (64-bit Intel/AMD Container)
Is there a setting I can tweak or a starting argument I can give?
I start syncthing with the command
screen -d -m syncthing serve --home="<userpath>/syncthing" --gui-address="http://0.0.0.0:8384"
(replaced my exact user path to )