Tinker is using recursive loop which will finally run out of heap space after finite time. The process will either shut or stuck depending on OS.
In windows the current solution is using a wrapper to manage the process, which will terminate at 15th loop, and restarted by the wrapper.
In Linux, the current implementation has no handler for this issue, the Tinker Core process will stuck after 20 minutes + depending on the system.
Tinker is using recursive loop which will finally run out of heap space after finite time. The process will either shut or stuck depending on OS.
In windows the current solution is using a wrapper to manage the process, which will terminate at 15th loop, and restarted by the wrapper.
In Linux, the current implementation has no handler for this issue, the Tinker Core process will stuck after 20 minutes + depending on the system.