mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-19 21:03:51 +00:00
increase docker memory limits for documentation builds
This commit is contained in:
parent
bcdb593e96
commit
0853ac51eb
@ -77,8 +77,8 @@ def main():
|
|||||||
test_output.mkdir(parents=True, exist_ok=True)
|
test_output.mkdir(parents=True, exist_ok=True)
|
||||||
|
|
||||||
cmd = (
|
cmd = (
|
||||||
f"docker run --cap-add=SYS_PTRACE --user={os.geteuid()}:{os.getegid()} "
|
f"docker run --cap-add=SYS_PTRACE --memory=12g --user={os.geteuid()}:{os.getegid()} "
|
||||||
f"-e GIT_DOCS_BRANCH={args.docs_branch} "
|
f"-e GIT_DOCS_BRANCH={args.docs_branch} -e NODE_OPTIONS='--max-old-space-size=6144' "
|
||||||
f"--volume={repo_path}:/ClickHouse --volume={test_output}:/output_path "
|
f"--volume={repo_path}:/ClickHouse --volume={test_output}:/output_path "
|
||||||
f"{docker_image}"
|
f"{docker_image}"
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user