-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
For now, the docker kills the judge when it exceeds the set memory limit. This should be handled by the judge itself (if possible). Oddly enough, the judge reports the error as a Timeout
, whereas it should be an indication that the docker was killed because the memory limit has been exceeded.
Example: submission 817578
@ninewise Can you check why Dodona does not report this error as a memory limit issue. Clearly, when I run the script, it is killed before the time limit is exceeded.
Original issue by @pdawyndt on Sun Apr 30 2017 at 18:31.