File check-build.sh of Package java-1_6_0-openjdk
#!/bin/bash # The JVM needs LOTS of virtual memory when compiling the big stuff: if [ `ulimit -v` -le 2048000 ] ; then echo "build does not work on `hostname`: not enough memory" exit 1 fi exit 0
#!/bin/bash # The JVM needs LOTS of virtual memory when compiling the big stuff: if [ `ulimit -v` -le 2048000 ] ; then echo "build does not work on `hostname`: not enough memory" exit 1 fi exit 0