mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 11:44:09 -05:00
Increase number of open files during compilation for .NET
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user