Hi,
My OMV server's syslog is full of messages like this (every 30sec) :
Code
Sep 18 10:39:41 omv monit[672]: '\omv.xxxxx.fr' mem usage of 454613336064.0% matches resource limit [mem usage > 90.0%]
Sep 18 10:40:11 omv monit[672]: '\omv.xxxxx.fr' mem usage of 454613336064.0% matches resource limit [mem usage > 90.0%]
Sep 18 10:40:41 omv monit[672]: '\omv.xxxxx.fr' mem usage of 454613336064.0% matches resource limit [mem usage > 90.0%]
Sep 18 10:41:11 omv monit[672]: '\omv.xxxxx.fr' mem usage of 454613336064.0% matches resource limit [mem usage > 90.0%]
The percentage shown is always at the exact same value.
Nevertheless, it seems that everything is OK :
Code
xxxxx@omv:~$ free -h
total used free shared buff/cache available
Mem: 7,8Gi 209Mi 366Mi 35Mi 7,2Gi 7,2Gi
Swap: 1,0Gi 1,0Mi 1,0Gi
top - 10:46:12 up 2 days, 11:24, 1 user, load average: 0,00, 0,00, 0,00
Tasks: 127 total, 1 running, 124 sleeping, 0 stopped, 2 zombie
%Cpu(s): 0,1 us, 0,1 sy, 0,0 ni, 99,8 id, 0,0 wa, 0,0 hi, 0,0 si, 0,0 st
MiB Mem : 7965,7 total, 363,7 free, 212,0 used, 7390,0 buff/cache
MiB Swap: 1022,0 total, 1020,5 free, 1,5 used. 7417,5 avail Mem
Have you got any idea of the reason ?
Thank you.