mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
openjdk11: adjust metaspace size.
This commit is contained in:
@@ -153,7 +153,7 @@ BUILD()
|
||||
freeTypeHeaders=$(finddir B_SYSTEM_HEADERS_DIRECTORY)$secondaryArchSubDir/freetype2
|
||||
freeTypeLib=$(finddir B_SYSTEM_DEVELOP_DIRECTORY)/lib$secondaryArchSubDir
|
||||
|
||||
bash ./configure --with-boot-jdk-jvmargs="-Xmx${maxHeapSize} -XX:CompressedClassSpaceSize=256m" \
|
||||
bash ./configure --with-boot-jdk-jvmargs="-Xmx${maxHeapSize} -XX:CompressedClassSpaceSize=512m" \
|
||||
--with-freetype-include="${freeTypeHeaders}" \
|
||||
--with-freetype-lib="${freeTypeLib}" \
|
||||
--with-jtreg=./jtreg \
|
||||
|
||||
Reference in New Issue
Block a user