You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .cirrus.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -291,7 +291,7 @@ task:
291
291
container:
292
292
dockerfile: ci/linux-debian.Dockerfile
293
293
cpu: 1
294
-
memory: 1G
294
+
memory: 2G
295
295
env:
296
296
ECDH: yes
297
297
RECOVERY: yes
@@ -310,7 +310,7 @@ task:
310
310
env:
311
311
# The `--error-exitcode` is required to make the test fail if valgrind found errors, otherwise it'll return 0 (https://www.valgrind.org/docs/manual/manual-core.html)
0 commit comments