Skip to content

Commit

Permalink
Update content/github-actions/runner-types.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Jacob Gillespie <[email protected]>
  • Loading branch information
KyleTryon and jacobwgillespie authored Oct 25, 2024
1 parent 5ff3b58 commit 5cdfbb5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions content/github-actions/runner-types.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ jobs:
**Note**: We support the `depot-ubuntu-latest-*` alias for `depot-ubuntu-22.04-*` if you want to use the latest Ubuntu version.

**RAM Disk Reserved**:
Most Depot runners have a portion of memory reserved for a RAM disk. The RAM disk cache acts as buffer before writing to the NVMe SSD for incredibly fast I/O operations.
**In-memory Disk Accelerator**:

Depot runners reserve a portion of the memory on the runner host for a disk accelerator, backed by a RAM disk. The accelerator acts as buffer between reading and writing to the root disk, which allows Actions runs to perform incredibly fast I/O operations much quicker than the physical disk would allow.

## Intel runners

Expand Down

0 comments on commit 5cdfbb5

Please sign in to comment.