Skip to content

Commit d885888

Browse files
authored
feat: add MaxMemoryMB to MachineGuest (#214)
1 parent 366624e commit d885888

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

machine_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@ type MachineGuest struct {
458458
CPUKind string `toml:"cpu_kind,omitempty" json:"cpu_kind,omitempty"`
459459
CPUs int `toml:"cpus,omitempty" json:"cpus,omitempty"`
460460
MemoryMB int `toml:"memory_mb,omitempty" json:"memory_mb,omitempty"`
461+
MaxMemoryMB int `toml:"max_memory_mb,omitempty" json:"max_memory_mb,omitempty"`
461462
GPUs int `toml:"gpus,omitempty" json:"gpus,omitempty"`
462463
GPUKind string `toml:"gpu_kind,omitempty" json:"gpu_kind,omitempty"`
463464
HostDedicationID string `toml:"host_dedication_id,omitempty" json:"host_dedication_id,omitempty"`

0 commit comments

Comments
 (0)