Skip to content

Commit

Permalink
Increase memory available for EVE-OS in EdenGCP tests
Browse files Browse the repository at this point in the history
We have DefaultMemory increased up to 8GB but did not change
GcpMachineType accordingly. Let's use less vCPUs (2 instead of 4, we do
not have stress tests for now) and increase RAM (7.5GB instead of 3
.75GB) to fit tests and do not increase costs.

Signed-off-by: Petr Fedchenkov <[email protected]>
  • Loading branch information
giggsoff authored and uncleDecart committed Jun 17, 2024
1 parent ace690e commit e255da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/defaults/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ const (
DefaultGcpBucketName = "eve-live"
DefaultGcpProjectName = "lf-edge-eve"
DefaultGcpZone = "us-west1-a"
DefaultGcpMachineType = "n1-highcpu-4"
DefaultGcpMachineType = "n1-standard-2" // 2 vCPU 7.5 GB RAM
DefaultGcpRulePriority = 10

//defaults for packet
Expand Down

0 comments on commit e255da8

Please sign in to comment.