File check-build.sh of Package java-1_6_0-openjdk.import4788

#!/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

openSUSE Build Service is sponsored by