File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -76,12 +76,12 @@ of memory allocated to the runner Pod to account for this. This is generally not
7676small enough amount of disk space that it can be reasonably stored in the RAM allocated to a single CPU in an EC2
7777instance, 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
You can’t perform that action at this time.
0 commit comments