11 Sep
2023
11 Sep
'23
5:04 p.m.
Il 10/09/2023 19:58, roughnecks via discuss ha scritto:
Also, running the following command to check swap:
for file in /proc/*/status ; do awk '/VmSwap|Name/{printf $2 " " $3}END{ print ""}' $file; done | sort -k 2 -n -r | less
mariadbd is currently the first entry:
mariadbd 90624 kB
Just now: mariadbd 190124 kB I think it's normal that it swaps because my vps is a bit overloaded, but that also implies a high memory usage by mariadb. Do you still want me to open a bug report?