From ba84f942bd1f872644fe1af5b071c22964b67abc Mon Sep 17 00:00:00 2001 From: Thomas Stromberg Date: Wed, 1 Apr 2020 15:47:35 -0700 Subject: [PATCH] Apply a memory limit --- test/integration/cert_options_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/integration/cert_options_test.go b/test/integration/cert_options_test.go index 77d3081798..efa1cb4262 100644 --- a/test/integration/cert_options_test.go +++ b/test/integration/cert_options_test.go @@ -35,7 +35,7 @@ func TestCertOptions(t *testing.T) { defer CleanupWithLogs(t, profile, cancel) // Use the most verbose logging for the simplest test. If it fails, something is very wrong. - args := append([]string{"start", "-p", profile, "--apiserver-ips=127.0.0.1,192.168.15.15", "--apiserver-names=localhost,www.google.com", "--apiserver-port=8555"}, StartArgs()...) + args := append([]string{"start", "-p", profile, "--memory=1900", "--apiserver-ips=127.0.0.1,192.168.15.15", "--apiserver-names=localhost,www.google.com", "--apiserver-port=8555"}, StartArgs()...) // We can safely override --apiserver-name with if NeedsPortForward() {