fossunited / falcon

A service that execute code in any programming language in a sandboxed environment.
MIT License
42 stars 6 forks source link

Limit the usage of cpu, memory and disk #17

Closed anandology closed 2 years ago

anandology commented 3 years ago

Make sure the user program can not use cpu, memory and disk space more than the threshold set in the configuration.

References

anandology commented 2 years ago

done.