mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-23 12:34:32 +02:00
7195519: OutOfMemoryError in docs build after 7151010
Reviewed-by: darcy
This commit is contained in:
parent
e0782017fe
commit
52ca21c92a
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ ifeq ($(ARCH_DATA_MODEL),64)
|
||||||
else ifeq ($(ARCH),universal)
|
else ifeq ($(ARCH),universal)
|
||||||
MAX_VM_MEMORY = 1024
|
MAX_VM_MEMORY = 1024
|
||||||
else
|
else
|
||||||
MAX_VM_MEMORY = 612
|
MAX_VM_MEMORY = 768
|
||||||
endif
|
endif
|
||||||
|
|
||||||
# List of all possible directories for javadoc to look for sources
|
# List of all possible directories for javadoc to look for sources
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue