PFSENSE high RAM consumption

rmanzanilla

New Member
Jun 22, 2026
1
0
1
Hello, I'm having a problem with RAM usage in my PVE Virtual Environment version 9.2.2.

In PVE, the usage is between 94% and 99%, while within pfSense it's only 8%.

I've already tried everything I found in forums, and the problem persists.
1782091025683.png

PfSense:
1782091049129.png
QEMU Guest Agent y Ballooning are ready.
 
 
  • Like
Reactions: UdoB
The `vtballoon-stats.ko` kernel driver does not report all memory parameters; it returns -1 for several of them. I created a fix for the module and made it available in this repository:

https://github.com/eversonpereira/vtballoon-stats-freebsd-pfsense

There is a module for version 2.7.2 and one for version 2.8.1, but they should also work with earlier sub-versions. To install, you can download the `.ko` file and set it to load at startup; there is also a script available that handles the download and installation. For proper operation, it is best to have `qemu-guest-agent` installed and enabled.

The source code is also available for review and contributions.