mirror of
https://github.com/containers/podman.git
synced 2025-06-21 01:19:15 +08:00
Lower CPU/Memory usage by cirrus VMs
These can increase again, once we have more control over setting quotas in GCE. At the moment it's limited because of trial-account status. Signed-off-by: Chris Evich <cevich@redhat.com>
This commit is contained in:
@ -9,8 +9,8 @@ gcp_credentials: ENCRYPTED[885c6e4297dd8d6f67593c42b810353af0c505a7a670e2c6fd830
|
||||
gce_instance:
|
||||
image_project: "libpod-218412"
|
||||
zone: "us-central1-a" # Required by Cirrus for the time being
|
||||
cpu: 4
|
||||
memory: "8Gb"
|
||||
cpu: 2
|
||||
memory: "4Gb"
|
||||
disk: 40
|
||||
|
||||
# Main collection of env. varss to set for all scripts. All others
|
||||
|
Reference in New Issue
Block a user