Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
6 accounts are running and it uses 100 - 120 mb memory.
The error i had was system related stuff...
Systemd was invoking ArchiSteamFarm twice, but should only once.
After starting the second instance the first got instantly dropped then invoking another instance which also got dropped... and so on ∞
That caused 100% CPU usage on that raspberypi with 512mb.
Now I use this systemd unit file to start ArchiSteamFarm on startup and restart it every 6 hours.
[Unit]
Description=ASF Daemon
After=syslog.target network-online.target
[Service]
Type=notify
User=asf
Group=asf
WatchdogSec=21600
Restart=always
Type=simple
ExecStart=/usr/local/bin/mono /home/asf/ASF.exe
[Install]
WantedBy=multi-user.target