I can't tell where you're getting this message from, but kernel logs would mention "OOMKill", so I'm assuming this isn't from the kernel itself, but another monitor logging it and reporting on it perhaps.
Create extra swap and that will help prevent this.
That's not a kernel notification, that's a program you have installed setup to monitor for oom kernel notifications then to kill the offending process before it causes system issues. I installed one ages ago as I hit oom quite a bit with some of the data analysis I do in python.
2
Kernels notification when running out of memory. | Spyke
I can't tell where you're getting this message from, but kernel logs would mention "OOMKill", so I'm assuming this isn't from the kernel itself, but another monitor logging it and reporting on it perhaps.
Create extra swap and that will help prevent this.
It was crashing while trying to render with vulkan so I'm guessing it's vram. I do have 32GB ram so I don't think it was using that much
It's not video memory, it's system memory. Post the output of
free -mThat's not a kernel notification, that's a program you have installed setup to monitor for oom kernel notifications then to kill the offending process before it causes system issues. I installed one ages ago as I hit oom quite a bit with some of the data analysis I do in python.