nim-playground icon indicating copy to clipboard operation
nim-playground copied to clipboard

Unable to open output log

Open dom96 opened this issue 3 years ago • 1 comments

For https://play.nim-lang.org/#ix=40wg, I'm not getting any output, only:

Unable to open output log

dom96 avatar Jun 20 '22 10:06 dom96

This is very likely caused by the container timing out. Because the VPS is so limited I've had to dial back how long it can run and how many resources it has available. The entire container isn't allowed to run for more than 15 seconds. So if the program takes longer than that to compile and run with the various limitations on CPU and memory then it will terminate the container. When that happens it still tries to read the logs, but if it hasn't gotten to the actual execution there will be no output log to read so you get that error.

PMunch avatar Jun 20 '22 12:06 PMunch