You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-java/icedtea/files/6-more-memory.patch

21 lines
751 B

--- patches/cacao/launcher.patch.orig 2015-04-15 01:08:25.659995834 +0100
+++ patches/cacao/launcher.patch 2015-05-18 22:12:49.492593647 +0100
@@ -1,11 +1,14 @@
--- openjdk/jdk/make/docs/Makefile.orig 2010-06-21 21:15:08.000000000 +0000
+++ openjdk/jdk/make/docs/Makefile 2010-06-23 18:35:55.529822335 +0000
-@@ -70,7 +70,7 @@
+@@ -68,9 +68,9 @@
+ # NOTE: javadoc will not complete without these larger settings.
+ # WARNING: This could cause thrashing on low memory machines.
ifeq ($(ARCH_DATA_MODEL),64)
- MAX_VM_MEMORY = 1024
+- MAX_VM_MEMORY = 1024
++ MAX_VM_MEMORY = 1792
else
- MAX_VM_MEMORY = 512
-+ MAX_VM_MEMORY = 768
++ MAX_VM_MEMORY = 1280
endif
# List of all possible directories for javadoc to look for sources