Skip to content

v0.7.2

Compare
Choose a tag to compare
@github-actions github-actions released this 29 Feb 17:52
· 12 commits to master since this release

Allow toggling ramdisk support by setting an environment variable.

A good idiom for enabling ramdisks has looked like this:

default_environment:
  - RAMDISK=600

volume:
  ramdisk: $RAMDISK

You can optionally tune the ramdisk size at start (eg env RAMDISK=1000 loco run). However, you couldn't opt-out. This revision allows an opt-out (RAMDISK=off).