From 810a53c06a7038b6583de706f02e53b00243a990 Mon Sep 17 00:00:00 2001 From: Minh Hoang Nguyen <983465+minhio@users.noreply.github.com> Date: Sat, 13 Jan 2024 22:09:39 -0600 Subject: [PATCH] bump default memory to 4G --- hack/provider/provider.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/provider/provider.yaml b/hack/provider/provider.yaml index 1b08a25..4b58d51 100644 --- a/hack/provider/provider.yaml +++ b/hack/provider/provider.yaml @@ -63,7 +63,7 @@ options: - 100G MULTIPASS_MEMORY: description: Amount of memory to allocate. Positive integers, in bytes, or decimals, with K, M, G suffix. Minimum 128M. - default: 2G + default: 4G required: true global: true suggestions: