Higher default CPU, lower default memory

pull/265/head
Frostebite 2021-05-28 19:22:38 +01:00
parent ecd865f092
commit 4ad3f3bf40
1 changed files with 2 additions and 2 deletions

View File

@ -47,11 +47,11 @@ inputs:
required: false required: false
description: 'Supply a Persistent Volume Claim name to use for the Unity build.' description: 'Supply a Persistent Volume Claim name to use for the Unity build.'
remoteBuildMemory: remoteBuildMemory:
default: '800M' default: '750M'
required: false required: false
description: 'Amount of memory to assign the remote build container' description: 'Amount of memory to assign the remote build container'
remoteBuildCpu: remoteBuildCpu:
default: '0.25' default: '1.0'
required: false required: false
description: 'Amount of CPU time to assign the remote build container' description: 'Amount of CPU time to assign the remote build container'
kubeVolumeSize: kubeVolumeSize: