STEAM GROUP
Archi's SC Farm Archi-ASF
STEAM GROUP
Archi's SC Farm Archi-ASF
62,328
IN-GAME
422,899
ONLINE
Founded
October 29, 2015
Language
English
Escapegoat Jul 22, 2016 @ 2:40am
ArchiSteamFarm V2.1.2.5 - less MEM usage much more CPU time
I updates todady to the newest stable version.
I noticed that memory usage is less then before but the CPU time increased significant.
Is this bevahiour normal?
Can someone confirm this behahiour?
Is it intended to be like that?
< >
Showing 1-6 of 6 comments
Escapegoat Jul 22, 2016 @ 3:06am 
Sorry guys this was an error due to an error in my systemd start file.
Archi Jul 22, 2016 @ 5:40am 
BTW, both CPU and memory are affected not only by ASF version, but also by how heavy your steam account is - number of games and size of the inventory as well as other similar things can and will affect ASF runtime. If you want to fine-tune it, I suggest checking https://github.com/JustArchi/ArchiSteamFarm/wiki/Low-memory-setup :sgsmile:
Escapegoat Jul 22, 2016 @ 8:12am 
I am actually happy with the memory usage.
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.
Archi Jul 22, 2016 @ 8:29am 
Yep, that's why you should ensure that you set AutoRestart to false when invoking ASF through systemd or your own script, otherwise systemd might get confused :sgsmile:.
Escapegoat Jul 23, 2016 @ 12:02am 
First i was using screen and nohup.
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
Last edited by Escapegoat; Jul 23, 2016 @ 12:02am
Archi Jul 23, 2016 @ 1:41am 
Why restart every 6 hours? What's the point?
< >
Showing 1-6 of 6 comments
Per page: 1530 50

Date Posted: Jul 22, 2016 @ 2:40am
Posts: 6