From 864b167b599d6e77f415cabf0d98796cfabf3f33 Mon Sep 17 00:00:00 2001 From: Baptiste Courtois Date: Thu, 17 Feb 2022 09:38:37 +0100 Subject: [PATCH] Limit nexus Heap size to 2G in tests --- Policyfile.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Policyfile.rb b/Policyfile.rb index 201343b..ba751fb 100644 --- a/Policyfile.rb +++ b/Policyfile.rb @@ -12,6 +12,7 @@ # Test attributes default['nexus3_test']['connection_retries'] = 10 +default['nexus3']['desired_heap_size'] = '2G' default['nexus3']['api']['sensitive'] = false # Constraints for Chef 14 :(