Higher default CPU, lower default memory
parent
ecd865f092
commit
4ad3f3bf40
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue