From 8de2d86a06f014b650cd81d89a370d2326c4ed71 Mon Sep 17 00:00:00 2001 From: Russell O'Connor Date: Tue, 6 Jul 2021 13:41:21 -0400 Subject: [PATCH] Bump memory limits in advance of making the ecmult context static. --- .cirrus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.cirrus.yml b/.cirrus.yml index bf71a70839f59..7c83483e90907 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -278,7 +278,7 @@ task: container: dockerfile: ci/linux-debian.Dockerfile cpu: 1 - memory: 1G + memory: 2G env: ECDH: yes RECOVERY: yes