summaryrefslogtreecommitdiff
path: root/sampleData.go
diff options
context:
space:
mode:
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)