Increase number of open files during compilation for .NET

This commit is contained in:
Matt Godbolt
2022-11-26 11:40:05 -06:00
parent 21cb6f0fe5
commit a208c2fe2e

View File

@@ -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"