turns out people are having problems with this in Ubuntu... so let's avoid it for now

git-svn-id: http://google-refine.googlecode.com/svn/trunk@1257 7d457c2a-affb-35e4-300a-418c747d4874
This commit is contained in:
Stefano Mazzocchi 2010-09-01 00:23:56 +00:00
parent e973fd3e89
commit 089105a997

View File

@ -849,7 +849,7 @@ add_option "$JAVA_OPTIONS"
if [ -z "$GRIDWORKS_MEMORY" ]; then
GRIDWORKS_MEMORY="1024M"
fi
add_option "-Xms256M -Xmx$GRIDWORKS_MEMORY -Dgridworks.memory=$GRIDWORKS_MEMORY -XX:+UseCompressedOops -XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled"
add_option "-Xms256M -Xmx$GRIDWORKS_MEMORY -Dgridworks.memory=$GRIDWORKS_MEMORY -XX:MaxPermSize=256m -XX:+CMSClassUnloadingEnabled"
if [ -z "$GRIDWORKS_PORT" ]; then
GRIDWORKS_PORT="3333"