process killed not enough memory despite never consuming memory
i have 4gb or ram and never is consumed and despite of that the process goes killed and says is not enough memory
how can i solve it
process killed not enough memory despite never consuming memory
i have 4gb or ram and never is consumed and despite of that the process goes killed and says is not enough memory
how can i solve it
That screenshot is hard to see, but it looks like the vm you were trying to run was consuming (or attempting to consume) a ton of memory (if I'm reading that right, about 5GB) -- are you sure that VM isn't configured for more memory than exists? That would cause it to fail, for sure.
is weird because memory never got full
If the process was requesting more memory than exists, it might have been terminated before it could actually start.
what can i do? , enable swap?
No, change the settings for xray or vray or whatever it is to use less memory. It's asking for more than the device has, so the kernel is killing the process to protect itself.
If the process terminates due to out of memory, you'll usually see it in dmesg.