Restic using all processor resource

Quick question is there any way to limit processor use for restic as I am experiencing a problem - it will use all available resources and stop and needs to be restarted again every 10 or 20min.

Check if nice is available on openwrt.

Try https://forum.restic.net/t/a-way-to-limit-cpu-usage/565 too

3 Likes

:slight_smile: Thank you very much.
I'm testing nice as we speak

Unfortunately using "nice" did not help reduce load but "GOMAXPROCS=1" works great I'm still testing if it is going to crash again but so far -- looks ok and the load is reasonable.
Thanks