summaryrefslogtreecommitdiff
path: root/sampleData.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-10-22 16:33:36 -0500
committerJeff Carr <[email protected]>2024-10-22 16:33:36 -0500
commitf2040886198b8f4a25ce1a9f65585097b299f9fa (patch)
treeab7bd4f70c521c97ba766c96a31af5284baf76f1 /sampleData.go
parent8f1544654b1d5534d9d27437237eca8d8e6dfa96 (diff)
attempt at human readable message in JSON output
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'sampleData.go')
-rw-r--r--sampleData.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/sampleData.go b/sampleData.go
index e310dec..5a05377 100644
--- a/sampleData.go
+++ b/sampleData.go
@@ -51,8 +51,7 @@ func CreateSampleCluster(total int) *Cluster {
d.PreferredHypervisor = fmt.Sprintf("farm%d", i)
if d.PreferredHypervisor == "farm4" {
d.Cpus = 16
- d.Memory = "256 MB"
- // d.Memory = "258 MB"
+ d.Memory = SetGB(256)
}
c.Droplets = append(c.Droplets, d)