Exception while starting compiler versionNot An Issue

when i upload the plugin i get an error in console

Exception while starting compiler version :  (Win32Exception: ApplicationName='/home/rust/serverfiles/Compiler.x86_x64', CommandLine='/service /logPath:/home/rust/serverfiles/oxide/logs', CurrentDirectory='', Native error= Out of memory)
  at System.Diagnostics.Process.StartWithCreateProcess (System.Diagnostics.ProcessStartInfo startInfo) [0x002dc] in <3845a180c26b4889bc2d47593a665814>:0 
  at System.Diagnostics.Process.Start () [0x0003a] in <3845a180c26b4889bc2d47593a665814>:0 
  at (wrapper remoting-invoke-with-check) System.Diagnostics.Process.Start()
  at Oxide.Plugins.PluginCompiler.CheckCompiler () [0x001f3] in <9affce1cd15c4ec183941adef8db1722>:0
(22:23:13) | Compiler may not be set as executable; chmod +x or 0744/0755 required
(22:23:13) | Win32 NativeErrorCode: 14 ErrorCode: -2147467259 HelpLink:
(22:23:13) | Error while compiling: compiler version  couldn't be started
Operating SystemCentOS 7.6, 64 bits
CPU:Intel Atom C2750 - 2.4 GHz - 8 core(s)
RAM:8GB - DDR3
That is not an error or issue with this plugin, you need to set the Compiler as executable as the log output suggests.

thank you Wulf 

i don't know how to do that :(

is there a source i can use or help me with this ?

You’d need to chmod (google has tutorials if you aren’t sure what this is) or set it as executable via your FTP client if you use that.

i give 0755 permissions to

/home/rust/serverfiles/Compiler.x86_x64
/home/rust/serverfiles/oxide/logs

and still can't upload any plugin only on restart they will load .

The actual error I missed in your initial message: 
Out of memory​
Locked automatically