summaryrefslogtreecommitdiff
blob: a9017fc3f0300ca97e4f8f3533da3c0fae218755 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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