R. Gerrits
Very Senior Member
With the data folder on USB, it does stay up longer.But today it would again crash with an out of memory error, almost immediately after starting it.
Anyways, I'll now try I simple hack and put the AdGuard Home data folder on my USB. See if that fixes it.
tbc...
But already 2x today it OOMed.
After the first time, I added a cronjob to dump the memory usage (using free) every 15 minutes.
When I checked it after the second time, it had this:
Code:
Fri Feb 19 17:00:01 GMT 2021
total used free shared buffers
Mem: 483524 367944 115580 0 41764
Swap: 0 0 0
Total: 483524 367944 115580
Fri Feb 19 17:15:01 GMT 2021
total used free shared buffers
Mem: 483524 277484 206040 0 38636
Swap: 0 0 0
Total: 483524 277484 206040
115 MB free before the crash and 206 MB free after the crash...
guess I need to dump "free" more often to really see the oom event.