forked from Fediversity/Fediversity
limit parallelism for testing to prevent out-of-memory errors
This commit is contained in:
parent
1f5977468c
commit
385c811a39
1 changed files with 1 additions and 0 deletions
|
@ -161,6 +161,7 @@ class DeploymentStatus(ConfigurationForm):
|
|||
f"-state={cwd}/terraform.tfstate", # FIXME: separate users' state
|
||||
"--auto-approve",
|
||||
"-lock=false",
|
||||
"-parallelism=1" # limit OOM risk
|
||||
]
|
||||
deployment_result = subprocess.run(cmd, cwd=cwd, env=env)
|
||||
logger.debug("deployment_result: %s", deployment_result)
|
||||
|
|
Loading…
Add table
Reference in a new issue