I have this small box that I use as firewall for my office/lab test.
There are only 2 little VM running (both pfsense box with 1 GB RAM, minimal network traffic):
Seems that every few days the system kills one of my VM because it has exausted memory.
I am searching a reason of this and how to solve.
This started after I updated the box adding RAM (from 8 to 16 GB), and updated the PVE installation. No problem before (installed from 6 month).
Yesterday at 19.15 OOM Kill of the VM. Manually restarted 1 hour later.
This morning no know activity.
Specificaly interested in what can have increased the used RAM from 3.4 GB to 9.3 GB between 6.00 and 7.00 this morning.
No new VM, no backup or scheduled activities ...
I use ZFS for RAID-1 install (only 1 TB of disks):
Thanks, P.
There are only 2 little VM running (both pfsense box with 1 GB RAM, minimal network traffic):
Code:
# qm list
VMID NAME STATUS MEM(MB) BOOTDISK(GB) PID
21971 pfSenseF1 running 1024 0.00 27845
142301 pfSenseFW running 1024 0.00 1963
Seems that every few days the system kills one of my VM because it has exausted memory.
I am searching a reason of this and how to solve.
This started after I updated the box adding RAM (from 8 to 16 GB), and updated the PVE installation. No problem before (installed from 6 month).
Yesterday at 19.15 OOM Kill of the VM. Manually restarted 1 hour later.
This morning no know activity.
Specificaly interested in what can have increased the used RAM from 3.4 GB to 9.3 GB between 6.00 and 7.00 this morning.
No new VM, no backup or scheduled activities ...
I use ZFS for RAID-1 install (only 1 TB of disks):
Code:
# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 331G 537G 96K /rpool
rpool/ROOT 331G 537G 96K /rpool/ROOT
rpool/ROOT/pve-1 331G 537G 331G /
rpool/data 96K 537G 96K /rpool/data
# zpool status
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 0 days 00:28:51 with 0 errors on Sun Mar 8 00:52:53 2020
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-WDC_WD8003FFBX-68B9AN0_VAGLJEBL-part3 ONLINE 0 0 0
ata-WDC_WD8003FFBX-68B9AN0_VAGLGA9L-part3 ONLINE 0 0 0
errors: No known data errors
Thanks, P.