Skip to content

Commit

Permalink
Increased maxprocs to 8 for Go
Browse files Browse the repository at this point in the history
  • Loading branch information
pauek committed Sep 19, 2024
1 parent 7660715 commit 5499d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion std/compilers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2267,7 +2267,7 @@ def compile(self):
return util.file_exists('program.exe')

def execute(self, tst):
self.execute_monitor(tst, ' --maxmem=1024:1024 --maxprocs=4 ./program.exe')
self.execute_monitor(tst, ' --maxmem=1024:1024 --maxprocs=8 ./program.exe')


class Compiler_CLISP(Compiler):
Expand Down

0 comments on commit 5499d98

Please sign in to comment.