nim-playground
nim-playground copied to clipboard
Unable to open output log
For https://play.nim-lang.org/#ix=40wg, I'm not getting any output, only:
Unable to open output log
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.