Skip to content

Instantly share code, notes, and snippets.

@nyimbi
Forked from thomasdarimont/readme.md
Created January 18, 2021 05:27
Show Gist options
  • Select an option

  • Save nyimbi/a5dc06f29bc00194a0a43f0c689e70cd to your computer and use it in GitHub Desktop.

Select an option

Save nyimbi/a5dc06f29bc00194a0a43f0c689e70cd to your computer and use it in GitHub Desktop.
Linux create RAM Disk

Create and mount RAM disk

mkdir -p /tmp/build
sudo mount -t tmpfs -o size=512M tmpfs /tmp/build

Unmount RAM disk

sudo umount /tmp/build
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment