Skip to content

Commit cc79f54

Browse files
committed
Troubleshooting FAQ for maximum file size.
1 parent d1343ad commit cc79f54

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

docs/Troubleshooting.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,10 @@ Sandbox
4141

4242
*Possible cause.* You might have been used a non-statically linked checker. The sandbox prevent dynamically linked executables to work. Try compiling the checker with ```-static```. Also, make sure that the checker was compiled for the architecture of the workers (e.g., 32 or 64 bits).
4343

44-
4544
- *Symptom.* The Worker fails to evaluate a submission with a generic failure.
4645

4746
*Possible cause.* Make sure that the isolate binary that CMS is using has the correct permissions (in particular, its owner is root and it has the suid bit set). Be careful of having multiple isolate binaries in your path. Another reason could be that you are using an old version of isolate.
47+
48+
- *Symptom.* Contestants' solutions fail when trying to write large outputs.
49+
50+
*Possible cause.* CMS limits the maximum output size from programs being evaluated for security reasons. Currently the limit is 1 GB and can be configured by changing the parameter ``max_file_size`` in :file:`cms.conf`.

0 commit comments

Comments
 (0)