I am running a bunch of different optimization problems and there is some sort of a memory leak detailed some here that causes julia to be Killed. Then when I restart it, I have no problem solving the problem that it was killed on. So, what I want to do is launch a new julia process with all of the information that the current julia process has. So that I can avoid having to manually restart julia if it fails each time. Is there an easy way to do this?
Thanks!