Skip to content

Commit

Permalink
Replace Admonition Style (cloudposse/terraform-aws-components#1092)
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
  • Loading branch information
milldr and osterman authored Aug 7, 2024
1 parent 0fc6c39 commit f68021e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,12 @@ of memory allocated to the runner Pod to account for this. This is generally not
small enough amount of disk space that it can be reasonably stored in the RAM allocated to a single CPU in an EC2
instance, so it is the CPU that remains the limiting factor in how many Runners can be run on an instance.

:::warning You must configure a memory request for the runner Pod

When using `tmpfs_enabled`, you must configure a memory request for the runner Pod. If you do not, a single Pod would be
allowed to consume half the Node's memory just for its disk storage.

:::
> [!WARNING]
>
> #### You must configure a memory request for the runner Pod
>
> When using `tmpfs_enabled`, you must configure a memory request for the runner Pod. If you do not, a single Pod would
> be allowed to consume half the Node's memory just for its disk storage.
#### Configure startup timeout via `wait_for_docker_seconds`

Expand Down

0 comments on commit f68021e

Please sign in to comment.