Exception while starting compiler versionNot An Issue

Exception while starting compiler version : (Win32Exception: ApplicationName='/home/rustserver/serverfiles/Compiler.x86_x64', CommandLine='/service /logPath:/home/rustserver/serverfiles/oxide/logs', CurrentDirectory='', Native error= Out of memory)

at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x002dc] in <4b9f316768174388be8ae5baf2e6cc02>:0

at System.Diagnostics.Process.Start () [0x0003a] in <4b9f316768174388be8ae5baf2e6cc02>:0

at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()

at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x001f3] in <9affce1cd15c4ec183941adef8db1722>:0

That is your compiler running out of memory, not an error with the plugin.
In response to Wulf ():
That is your compiler running out of memory, not an error with the plugin.
How to correct this? What do you call "your compiler"?
In response to XTREMRUST ():
How to correct this? What do you call "your compiler"?
The name of the compiler is shown in the error; in your case: Compiler.x86_x64. To correct it, your system would need more memory or you'd need to figure out why it ran out in the first place.
In response to Wulf ():
The name of the compiler is shown in the error; in your case: Compiler.x86_x64. To correct it, your...
Ok thanks for the answer. I'm going to look at it more ready
Locked automatically