diff options
author | Matt Godbolt <matt@godbolt.org> | 2022-11-26 11:40:05 -0600 |
---|---|---|
committer | Matt Godbolt <matt@godbolt.org> | 2022-11-26 11:40:05 -0600 |
commit | a208c2fe2ed754a07beddc905cde433a2b7bf9f4 (patch) | |
tree | d3654f36128ebf7ca014f3eeec040d5efcc1cf4d | |
parent | 21cb6f0fe5a380e79421c40117ff2bc6dcfbaec9 (diff) | |
download | compiler-explorer-gh-5087.tar.gz compiler-explorer-gh-5087.zip |
Increase number of open files during compilation for .NETgh-5087
-rw-r--r-- | etc/nsjail/execute.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/nsjail/execute.cfg b/etc/nsjail/execute.cfg index abf61396e..c241d68a0 100644 --- a/etc/nsjail/execute.cfg +++ b/etc/nsjail/execute.cfg @@ -10,7 +10,7 @@ log_level: FATAL rlimit_as_type: INF rlimit_cpu_type: SOFT rlimit_fsize: 1024 # 1GB -rlimit_nofile: 150 +rlimit_nofile: 300 # 300 because .NET loves to open many files uidmap { inside_id: "10240" |