From 7efc6f230025b7157684b93c816749f56411bc75 Mon Sep 17 00:00:00 2001 From: Philipp Winter Date: Wed, 25 Dec 2024 13:13:55 -0600 Subject: [PATCH] Bump memory requirements. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 83f6b46..a41180b 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ enclave: $(godeps) $(image_eif) $(terminate) --enclave-name veil \ --eif-path $(image_eif) \ --cpu-count 2 \ - --memory 3500 + --memory 3850 $(image_test_tar): $(godeps) $(image_test_dockerfile) @echo "Building $(image_tar)..." @@ -87,7 +87,7 @@ enclave-test: $(godeps) $(image_test_eif) $(terminate) --eif-path $(image_test_eif) \ --attach-console \ --cpu-count 2 \ - --memory 3500 + --memory 3850 .PHONY: terminate terminate: