Conversation
Notices
-
$ dmesg | grep oom-kill | wc -l
7
$ free -h
total used free shared buff/cache available
Mem: 7.8Gi 6.3Gi 261Mi 1.0Gi 1.3Gi 249Mi
Swap: 6.0Gi 3.1Gi 2.9GiAh, no wonder why even basic SSH commands on server feel so sluggish.
-
Seems like the biggest culprit is postgres which is to be expected when running three instances on the same machine. I'll need to reoptimize my settings or something.
-
@mint
-
Alright, used PGTune with the same config but with two less gigs and also less max connections. Memory usage dropped by gigabyte, hopefully won't impact performance much.
-
Also updated list of Yggdrasil peers both at home and on server. Should help with network performance as I seen quite a few timeouts and connection drops when uploading large files through it.
-
Memory usage is back to previous parameters. Might have to move some stuff to homeserver.
buff/cache is more than a gigabyte, so maybe it'll just get dropped when needed; I haven't noticed any obvious slowdowns of an instance itself despite the low RAM situation.