aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Mark <[email protected]>2020-11-20 15:51:32 -0800
committerGravatar GitHub <[email protected]>2020-11-20 15:51:32 -0800
commit9ccfe94fb311de030fee1383e95f84c50143a435 (patch)
treed3e258d3fb28879c813a717616d1ea11762d6ebb /README.md
parentSet maximum file size to 10Mb through rlimit_fsize (diff)
parentFix typo in _consume_stdout docstring (diff)
Merge pull request #81 - Limit STDOUT to prevent OOM
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 6765260..187d029 100644
--- a/README.md
+++ b/README.md
@@ -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