Skip to content

Commit 1c44bed

Browse files
authored
docs(container): update default resource values (#1971)
1 parent a8b8343 commit 1c44bed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/resources/container.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,9 @@ The following arguments are optional:
6868

6969
- `max_scale` - (Optional) The maximum of number of instances this container can scale to. Default to 20.
7070

71-
- `memory_limit` - (Optional) The memory computing resources in MB to allocate to each container. Defaults to 128.
71+
- `memory_limit` - (Optional) The memory computing resources in MB to allocate to each container. Defaults to 256.
7272

73-
- `cpu_limit` - (Optional) The amount of vCPU computing resources to allocate to each container. Defaults to 70.
73+
- `cpu_limit` - (Optional) The amount of vCPU computing resources to allocate to each container. Defaults to 140.
7474

7575
- `timeout` - (Optional) The maximum amount of time in seconds during which your container can process a request before we stop it. Defaults to 300s.
7676

0 commit comments

Comments
 (0)