Merge branch 'master' into 13804-no-shutdown-wanted-nodes
[arvados.git] / sdk / go / arvados / config.go
index af09d1af181a68ae962f20487220b134ae9dd4e1..353901855683f296811a42e64b008568071dbdad 100644 (file)
@@ -62,8 +62,8 @@ type InstanceType struct {
        Name         string
        ProviderType string
        VCPUs        int
-       RAM          int64
-       Scratch      int64
+       RAM          ByteSize
+       Scratch      ByteSize
        Price        float64
        Preemptible  bool
 }