common/autoconf/generated-configure.sh

changeset 2222
7129b977c4af
parent 2220
47fda751abb6
child 2223
01cc48ed67f3
equal deleted inserted replaced
2221:888144400d97 2222:7129b977c4af
4240 # definitions. It is replaced with custom functionality when building 4240 # definitions. It is replaced with custom functionality when building
4241 # custom sources. 4241 # custom sources.
4242 #CUSTOM_AUTOCONF_INCLUDE 4242 #CUSTOM_AUTOCONF_INCLUDE
4243 4243
4244 # Do not change or remove the following line, it is needed for consistency checks: 4244 # Do not change or remove the following line, it is needed for consistency checks:
4245 DATE_WHEN_GENERATED=1524043158 4245 DATE_WHEN_GENERATED=1525371284
4246 4246
4247 ############################################################################### 4247 ###############################################################################
4248 # 4248 #
4249 # Initialization / Boot-strapping 4249 # Initialization / Boot-strapping
4250 # 4250 #
24574 24574
24575 24575
24576 # Maximum amount of heap memory. 24576 # Maximum amount of heap memory.
24577 # Maximum stack size. 24577 # Maximum stack size.
24578 if test "x$BOOT_JDK_BITS" = x32; then 24578 if test "x$BOOT_JDK_BITS" = x32; then
24579 JVM_MAX_HEAP=1100M 24579 JVM_MAX_HEAP=768M
24580 STACK_SIZE=768 24580 STACK_SIZE=768
24581 else 24581 else
24582 # Running Javac on a JVM on a 64-bit machine, takes more space since 64-bit 24582 # Running Javac on a JVM on a 64-bit machine, takes more space since 64-bit
24583 # pointers are used. Apparently, we need to increase the heap and stack 24583 # pointers are used. Apparently, we need to increase the heap and stack
24584 # space for the jvm. More specifically, when running javac to build huge 24584 # space for the jvm. More specifically, when running javac to build huge

mercurial