]> git.sven.stormbind.net Git - sven/java-package.git/commitdiff
adjust the expected min size for JDK 9 and prior releases
authorSven Hoexter <sven@stormbind.net>
Sun, 26 Nov 2017 09:26:40 +0000 (10:26 +0100)
committerSven Hoexter <sven@stormbind.net>
Sun, 26 Nov 2017 09:26:40 +0000 (10:26 +0100)
Looking at the latest numbers even the JDK 8 release grew in size.
$ du -hs jdk-*
181M jdk-8u152-linux-x64.tar.gz
339M jdk-9.0.1_linux-x64_bin.tar.gz
331M jdk-9_linux-x64_bin.tar.gz

I'm adjusting the default to 180 and override it for JDK 9 releases
with 340 for now.


No differences found