Skip to content

Commit

Permalink
Bump memory requirements.
Browse files Browse the repository at this point in the history
  • Loading branch information
NullHypothesis committed Dec 25, 2024
1 parent 0f4b24a commit 7efc6f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)..."
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 7efc6f2

Please sign in to comment.