shaoshing / train

Asset Management for web app using Golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Memory Leaking problem caused by interpreter package

bom-d-van opened this issue · comments

Each time when we start running the train package, and after it invoke interpreter package, it will start a ruby process and don't try to close it even after the train sever been shut down. That causes piling of ruby process.