Skip to content

Unstable Tinker Core for Rodin #88

Description

@yibo-liang

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions