Child pages
  • Ramdisk Java

Versions Compared

Key

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

...

If you reboot at this point you will have a ramdisk of 400M 350M defined at /media/ramdisk-java-8-oracle filled with your squashed JVM:

 

Code Block
languagebash
themeEmacs
user@machine:/media$ du -hs ramdisk-java-8-oracle/
349M ramdisk-java-8-oracle/

That way we know how correctly size what we need for our ramdisk.

350M for a java-1.8.0.91 from Oracle.

...