Error while compiling: Out of MemoryNot An Issue
Hi, I'm running this on an ubuntu server, I'm logged in as root and given all executables executable privellages... When using rust admin to reload a plugin I'm presented with the following error: https://imgur.com/JBfcTgi

The server has 12gb RAM, 120gb SSD, 2.4ghz vcores xeon processor, and an up and down of 70-100 mbps.

Could I get some support for this please? I'm having to restart the server everytime I want to test a plugin.
Thank you in advance!
I had 8Gb RAM and was getting this exact same error. Adding another 12Gb fixed it (20Gb total). I think it takes a lot of RAM to reload these plugins for some reason.

Merged post

Also, you really shouldn't be running any of this as root.
The error means that the compiler could not allocate enough memory to compile.
Locked automatically