Skip to content

Commit

Permalink
Temporary CI memory boosts.
Browse files Browse the repository at this point in the history
  • Loading branch information
pp-mo committed Jun 15, 2022
1 parent 27bb512 commit fb52365
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ task:
container:
image: gcc:latest
cpu: 6
memory: 8G
memory: 10G
<< : *IRIS_TEST_DATA_TEMPLATE
<< : *LINUX_TASK_TEMPLATE
tests_script:
Expand All @@ -167,6 +167,8 @@ task:
MPL_RC_DIR: ${HOME}/.config/matplotlib
MPL_RC_FILE: ${HOME}/.config/matplotlib/matplotlibrc
name: "${CIRRUS_OS}: py${PY_VER} doctests and gallery"
container:
memory: 6G
<< : *IRIS_TEST_DATA_TEMPLATE
<< : *LINUX_TASK_TEMPLATE
tests_script:
Expand Down

0 comments on commit fb52365

Please sign in to comment.