From 4ad3f3bf4058af50bc60eb89976f9a761a53ac0a Mon Sep 17 00:00:00 2001 From: Frostebite Date: Fri, 28 May 2021 19:22:38 +0100 Subject: [PATCH] Higher default CPU, lower default memory --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index 839b1b50..2ebab4bd 100644 --- a/action.yml +++ b/action.yml @@ -47,11 +47,11 @@ inputs: required: false description: 'Supply a Persistent Volume Claim name to use for the Unity build.' remoteBuildMemory: - default: '800M' + default: '750M' required: false description: 'Amount of memory to assign the remote build container' remoteBuildCpu: - default: '0.25' + default: '1.0' required: false description: 'Amount of CPU time to assign the remote build container' kubeVolumeSize: