You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -170,6 +170,7 @@ additional details on each available environment variable.
170
170
|`ECS_CGROUP_PATH`|`/sys/fs/cgroup`| The root cgroup path that is expected by the ECS agent. This is the path that accessible from the agent mount. |`/sys/fs/cgroup`| Not applicable |
171
171
|`ECS_CGROUP_CPU_PERIOD`|`10ms`| CGroups CPU period for task level limits. This value should be between 8ms to 100ms |`100ms`| Not applicable |
172
172
|`ECS_ENABLE_CPU_UNBOUNDED_WINDOWS_WORKAROUND`|`true`| When `true`, ECS will allow CPU unbounded(CPU=`0`) tasks to run along with CPU bounded tasks in Windows. | Not applicable |`false`|
173
+
|`ECS_ENABLE_MEMORY_UNBOUNDED_WINDOWS_WORKAROUND`|`true`| When `true`, ECS will ignore the memory reservation parameter (soft limit) to run along with memory bounded tasks in Windows. To run a memory unbounded task, omit the memory hard limit and set any memory reservation, it will be ignored. | Not applicable |`false`|
173
174
|`ECS_TASK_METADATA_RPS_LIMIT`|`100,150`| Comma separated integer values for steady state and burst throttle limits for task metadata endpoint |`40,60`|`40,60`|
174
175
|`ECS_SHARED_VOLUME_MATCH_FULL_CONFIG`|`true`| When `true`, ECS Agent will compare name, driver options, and labels to make sure volumes are identical. When `false`, Agent will short circuit shared volume comparison if the names match. This is the default Docker behavior. If a volume is shared across instances, this should be set to `false`. |`false`|`false`|
175
176
|`ECS_CONTAINER_INSTANCE_PROPAGATE_TAGS_FROM`|`ec2_instance`| If `ec2_instance` is specified, existing tags defined on the container instance will be registered to Amazon ECS and will be discoverable using the `ListTagsForResource` API. Using this requires that the IAM role associated with the container instance have the `ec2:DescribeTags` action allowed. |`none`|`none`|
0 commit comments