Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleSet ramdisk more space from RAM:
# add to /etc/system how much % in physical RAM can be use to ramdrive
set ramdisk:rd_percent_physmem=99


Code Block
languagebash
titleCreate ramdrive with name 'ramd':
ramdiskadm -a ramd 52G

...