File check-build.sh of Package jdom
#!/bin/bash if [ `ulimit -v` -le 2500000 ] ; then echo "build does not work on `hostname`: not enough memory" exit 1 fi
#!/bin/bash if [ `ulimit -v` -le 2500000 ] ; then echo "build does not work on `hostname`: not enough memory" exit 1 fi