]> git.pld-linux.org Git - packages/icedtea8.git/commitdiff
Give the compiler more memory
authorJacek Konieczny <jajcus@jajcus.net>
Thu, 21 Nov 2013 20:53:54 +0000 (21:53 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Thu, 21 Nov 2013 20:53:54 +0000 (21:53 +0100)
Maybe this will sto i486 builder from locking up

icedtea7.spec

index d3cec24f0aef62bc0300bf2fd59fc177bdbf0068..77c633a58fdc0b258c7cd6049a682af216f35239 100644 (file)
@@ -460,7 +460,8 @@ chmod a+x build-bin/ant
        SHELL=/bin/bash \
        DISABLE_HOTSPOT_OS_VERSION_CHECK=ok \
        DISTRIBUTION_PATCHES="$(echo pld-patches/*.patch)" \
-       PRINTF=/bin/printf
+       PRINTF=/bin/printf \
+       MAX_VM_MEMORY=1024
 
 %{?with_cacerts:%{__sh} %{SOURCE10}}
 
This page took 0.028145 seconds and 4 git commands to generate.