diff options
| author | 2020-11-20 15:51:32 -0800 | |
|---|---|---|
| committer | 2020-11-20 15:51:32 -0800 | |
| commit | 9ccfe94fb311de030fee1383e95f84c50143a435 (patch) | |
| tree | d3e258d3fb28879c813a717616d1ea11762d6ebb /README.md | |
| parent | Set maximum file size to 10Mb through rlimit_fsize (diff) | |
| parent | Fix typo in _consume_stdout docstring (diff) | |
Merge pull request #81 - Limit STDOUT to prevent OOM
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ result <- | |<----------| | <----------+ The code is executed in a Python process that is launched through [NsJail], which is responsible for sandboxing the Python process. See [`snekbox.cfg`] for the NsJail configuration. +The output returned by snekbox is truncated at around 1 MB. ## HTTP REST API |