Skip to content

Commit f68021e

Browse files
milldrosterman
andauthored
Replace Admonition Style (cloudposse/terraform-aws-components#1092)
Co-authored-by: Erik Osterman (CEO @ Cloud Posse) <[email protected]>
1 parent 0fc6c39 commit f68021e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -76,12 +76,12 @@ of memory allocated to the runner Pod to account for this. This is generally not
7676
small enough amount of disk space that it can be reasonably stored in the RAM allocated to a single CPU in an EC2
7777
instance, so it is the CPU that remains the limiting factor in how many Runners can be run on an instance.
7878

79-
:::warning You must configure a memory request for the runner Pod
80-
81-
When using `tmpfs_enabled`, you must configure a memory request for the runner Pod. If you do not, a single Pod would be
82-
allowed to consume half the Node's memory just for its disk storage.
83-
84-
:::
79+
> [!WARNING]
80+
>
81+
> #### You must configure a memory request for the runner Pod
82+
>
83+
> When using `tmpfs_enabled`, you must configure a memory request for the runner Pod. If you do not, a single Pod would
84+
> be allowed to consume half the Node's memory just for its disk storage.
8585
8686
#### Configure startup timeout via `wait_for_docker_seconds`
8787

0 commit comments

Comments
 (0)