TEST_MAXFILESIZE should be usable together with USESAFEDOCKER
ifrh opened this issue · 1 comments
ifrh commented
In README.md it is mentioned:
The maximum size of a file produced by a user submission (setting TEST_MAXFILESIZE, currently not supported with USESAFEDOCKER, until http://stackoverflow.com/questions/25789425 is resolved)
In http://stackoverflow.com/questions/25789425, which has been posted in Nov 2014, there exists an answer from the year 2015 with a pointer to moby/moby#4717 which has been closed. ( cf. moby/moby#4717 (comment) )
ifrh commented
seems to be implementet in PR #354
after merging that PR only removing from README.md the lines is needed:
* The maximum size of a file produced by a user submission (setting
`TEST_MAXFILESIZE`, currently not supported with `USESAFEDOCKER`, until
http://stackoverflow.com/questions/25789425 is resolved)