Thanks for reply, I'm trying to enter a command to the console to stop/shutdown resource or server in case of stop responding
For example a conflict happened between 2 resources as following:
WARNING: Long execution (XXXXXXXX)
WARNING: Long execution (XXXXXXXXXXXX)
ERROR: XXXXXXXXXXXX/server.lua:xxx: C stack overflow [DUP x6668]
ERROR: XXXXXXXXXXXX/server.lua:xxx: C stack overflow
[Network] InResultQueue > 200000 msgs. This is due to server overload or script freeze
Temporarily suspending incoming sync packets
And thus the server frozen and stopped responding and the RAM kept increasing over 15 GB, So killing the process is the only option left.
I thought that it will stop when the stack overflow occurred, but unfortunately it kept running.