Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase Docker tmpfs size #1423

Merged
merged 1 commit into from
Nov 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ci/repo-config/DEFAULTS.env
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ BUILD_SUFFIX=master
MAX_DIFF_SIZE=20000000
TIMEOUT=120
LONG_TIMEOUT=36000
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=10g,mode=1777'
INSTALL_ALIBUILD='alisw/alibuild@v1.17.12#egg=alibuild'
INSTALL_ALIBOT='alisw/ali-bot@master#egg=ali-bot'
1 change: 0 additions & 1 deletion ci/repo-config/mesosci/slc9-o2physics/o2-o2dpg.env
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ AliceO2Group/AliceO2 dev O2
AliceO2Group/O2Physics master
AliceO2Group/QualityControl master
alisw/alidist master"
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
ONLY_RUN_WHEN_CHANGED='DATA/'
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ AliceO2Group/AliceO2 dev O2
AliceO2Group/O2Physics master
AliceO2Group/O2DPG master
alisw/alidist master"
DOCKER_EXTRA_ARGS='--tmpfs=/dev/shm:rw,size=8g,mode=1777'
DONT_USE_COMMENTS=1
DONT_USE_COMMENTS=1
Loading