ioi / isolate

Sandbox for securely executing untrusted programs
Other
1.04k stars 154 forks source link

Limitation on number of sandboxes #159

Closed raviprakash007 closed 2 months ago

raviprakash007 commented 2 months ago

Sandbox ID out of range (allowed: 0-999)

We generally can cross the limit of allowed 1000 sandboxes. Cannot we make it depending on the size_t of the system? or a way to restart the couting from 0?

gollux commented 2 months ago

The limit on the number of sandboxes is specified in the configuration file, so feel free to change it as you need. However, you also have to assign a range of UIDs with space for all possible sandboxes.