Skip to content

Commit 803b442

Browse files
committed
edits
1 parent e07b777 commit 803b442

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/container-instances/container-instances-container-groups.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,10 @@ Each container instance in a group is allocated the resources specified in its r
5151

5252
For example, in a group with two container instances each requesting 1 CPU, one of your containers might run a workload that requires more CPUs to run than the other.
5353

54-
In this scenario, you could set a resource limit of 2 CPUs for the container instance. This configuration allows the container instance to use up to the full 2 CPUs if available.
54+
In this scenario, you could set a resource limit of up to 2 CPUs for the container instance. This configuration allows the container instance to use up to the full 2 CPUs if available.
5555

5656
> [!NOTE]
57-
> A small amount of a container group's resources is used by the service's underlying infrastructure. Your containers will be able to access most but not all of the resources allocated to the group. For this reason, plan a small resource buffer when requesting resources for containers in the container group.
57+
> A small amount of a container group's resources is used by the service's underlying infrastructure. Your containers will be able to access most but not all of the resources allocated to the group. For this reason, plan a small resource buffer when requesting resources for containers in the group.
5858
5959
### Minimum and maximum allocation
6060

articles/container-instances/container-instances-faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ This really depends on your workload. Start small and test performance to see ho
5555
Make sure also to check the [resource availability](container-instances-region-availability.md#availability---general) for the region you are deploying in for the upper bounds on CPU cores and memory available per container group.
5656

5757
> [!NOTE]
58-
> A small amount of a container group's resources is used by the service's underlying infrastructure. Your containers will be able to access most but not all of the resources allocated to the group. For this reason, plan a small resource buffer when requesting resources for containers in the container group.
58+
> A small amount of a container group's resources is used by the service's underlying infrastructure. Your containers will be able to access most but not all of the resources allocated to the group. For this reason, plan a small resource buffer when requesting resources for containers in the group.
5959
6060
### What underlying infrastructure does ACI run on?
6161

0 commit comments

Comments
 (0)