Replies: 1 comment 2 replies
-
See here for information on updating the memory limit of the container. The default user to run the autograder is root, so you shouldn't have any trouble updating the ulimit info to max out the container limits you specify. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm creating an assignment in which I would like to allow solutions using a very deep recursion (~1M calls), and hence I would like to execute a submitted solution from the run_autograder script without any stack limit (equivalent of ulimit -s unlimited). Unfortunately, in the default environment the stack limit is already set to 10MB (both soft and hard) so I cannot increase it. Does anyone faced a similar issue and have some workarounds?
Beta Was this translation helpful? Give feedback.
All reactions