On Thu, Oct 22, 2015 at 12:56 PM, Diego Javier Zea <[email protected]> wrote: > Looks like it's using too much RAM and the system is killing it. I get a: > ProcessExitedException()
The lack of a better error was the reason it took a long time to notice the OOM issue on travis. I'll be nice if we can at least get the exit status of local workers (which should indicate that they are killed in this case). > > > El jueves, 22 de octubre de 2015, 13:09:21 (UTC-3), Diego Javier Zea > escribió: >> >> I am running this script on a large list (92003 lines) of files. At some >> point I'm getting this error (unrelated to the files since works fine for a >> while if I continue from the last file): >> >> ERROR (unhandled task failure): EOFError: read end of file >> in read at stream.jl:907 >> in message_handler_loop at multi.jl:847 >> in process_tcp_streams at multi.jl:836 >> in anonymous at task.jl:63 >> Worker 3 terminated. >> ERROR (unhandled task failure): EOFError: read end of file >> in read at stream.jl:907 >> in message_handler_loop at multi.jl:847 >> in process_tcp_streams at multi.jl:836 >> in anonymous at task.jl:63 >> >> >> How can I solve this? >> >> Best,
