mirror of
https://github.com/YunoHost/yunorunner.git
synced 2024-09-03 20:05:52 +02:00
[mod] raise limit a LOT
This commit is contained in:
parent
156224e0b4
commit
7ce0982ca5
1 changed files with 1 additions and 1 deletions
2
run.py
2
run.py
|
@ -315,7 +315,7 @@ async def run_job(worker, job):
|
|||
command = await asyncio.create_subprocess_shell("/bin/bash " + path_to_analyseCI + arguments,
|
||||
cwd=cwd,
|
||||
# default limit is not enough in some situations
|
||||
limit=(2 ** 16) * 10,
|
||||
limit=(2 ** 16) ** 10,
|
||||
stdout=asyncio.subprocess.PIPE,
|
||||
stderr=asyncio.subprocess.PIPE)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue