pkgsrc/lang/oracle-jre8/INSTALL
joerg 289e8219d2 Limit memory use during installation since the Linux version of the JRE
doesn't honour many process limits properly.
2015-12-26 12:04:01 +00:00

7 lines
238 B
Text

# $NetBSD: INSTALL,v 1.2 2015/12/26 12:04:01 joerg Exp $
case ${STAGE} in
POST-INSTALL)
${PREFIX}/bin/oracle8-java -Xshare:dump -mx128m -XX:ReservedCodeCacheSize=128M -XX:MaxMetaspaceSize=128M -XX:CompressedClassSpaceSize=128M
;;
esac