This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

LM CPU/IO high load without any scripting
#14
Can you explain the network setup? Do you have multiple LMs on the same network and also connected to the same ZeroTier network?

To fix this, run this script once on each LM:
Code:
conf = [[
[server]
use-ipv4=yes
allow-interfaces=eth0
use-ipv6=no
check-response-ttl=no
use-iff-running=no

[publish]
publish-addresses=yes
publish-hinfo=yes
publish-workstation=no
publish-domain=yes

[reflector]
enable-reflector=no
reflect-ipv=no

[rlimits]
rlimit-core=0
rlimit-data=4194304
rlimit-fsize=0
rlimit-nofile=30
rlimit-stack=4194304
rlimit-nproc=3
]]

io.writefile('/etc/avahi/avahi-daemon.conf', conf)
os.execute('/etc/init.d/avahi-daemon restart')
Reply


Messages In This Thread
RE: LM CPU/IO high load without any scripting - by admin - 07.02.2024, 12:44

Forum Jump: