Skip to content

Commit eb1caa3

Browse files
committed
chore: update max RAM
1 parent d44aa2d commit eb1caa3

File tree

1 file changed

+2
-2
lines changed
  • examples/templates/fly-docker-image

1 file changed

+2
-2
lines changed

examples/templates/fly-docker-image/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ data "coder_parameter" "cpu" {
113113

114114
data "coder_parameter" "memory" {
115115
name = "Memory (GB)"
116-
description = "The amount of memory to allocate to the workspace in GB (1-8)"
116+
description = "The amount of memory to allocate to the workspace in GB (1-16)"
117117
type = "number"
118118
default = "1"
119119
icon = "/icon/memory.svg"
120120
mutable = true
121121
validation {
122122
min = 1
123-
max = 8
123+
max = 16
124124
}
125125
}
126126

0 commit comments

Comments
 (0)