mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-20 20:16:26 +02:00
pkg(dotnet-5.0.201): Added F#.net, F# interactive and VB.net
This commit is contained in:
parent
a5c3858100
commit
adae6fde2f
10 changed files with 135 additions and 15 deletions
|
@ -100,9 +100,9 @@ class Job {
|
|||
|
||||
const prlimit = [
|
||||
'prlimit',
|
||||
'--nproc=' + this.runtime.max_process_count ,
|
||||
'--nofile=' + this.runtime.max_open_files ,
|
||||
'--fsize=' + this.runtime.max_file_size ,
|
||||
'--nproc=' + this.runtime.max_process_count,
|
||||
'--nofile=' + this.runtime.max_open_files,
|
||||
'--fsize=' + this.runtime.max_file_size,
|
||||
];
|
||||
|
||||
if (memory_limit >= 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue