Memory errors running under Proxmox on RPi4

I’ve bee running under Proxmox for several months now. All in all, it works well, but I get these errors on a regular basis in the VM’s console. influxDB and the cc1plus compiler. I’ve added this to the influxDB config to disable the internal monitor


:

- name: INFLUXDB_MONITOR_STORE_ENABLED
  value: "false"

This does not even solve the influxdb error, and I have no idea how to address the compiler cc1plus error.
Any ideas?

cc1plus is the c++ compiler, as you might now.
I guess you are running the ESPhome addon as well, which is the only reason I see why the C compiler would run on HAOS? My guess is also that those errors pop when your are updating (recompiling) ESP devices.

Not much you can do, really. You’re just plainly out of memory to run all the addons you want…
Maybe try to stop some addons before updating ESPhome devices…

Thanks for the reply and yes, I do run ESPHome. I thought an 8GB Rpi4 would be plenty, but alas.