Skip to content

Commit 3941fe3

Browse files
committed
Allow 6Gb for doctest runs.
1 parent ddfb42d commit 3941fe3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.cirrus.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ task:
167167
MPL_RC_DIR: ${HOME}/.config/matplotlib
168168
MPL_RC_FILE: ${HOME}/.config/matplotlib/matplotlibrc
169169
name: "${CIRRUS_OS}: py${PY_VER} doctests and gallery"
170+
container:
171+
memory: 6G
170172
<< : *IRIS_TEST_DATA_TEMPLATE
171173
<< : *LINUX_TASK_TEMPLATE
172174
tests_script:

0 commit comments

Comments
 (0)