diff options
| author | orbiter <mc@yacy.net> | 2014-01-18 12:54:14 +0100 |
|---|---|---|
| committer | orbiter <mc@yacy.net> | 2014-01-18 12:54:14 +0100 |
| commit | ec21f0494ef8fe8ca9ab1891560b0b331b98dd4a (patch) | |
| tree | d4016c62eeb271a821bac1d4655fc56dfb206908 /startYACY.sh | |
| parent | 60ead3127372f9fe85da873f871d212eaa56d237 (diff) | |
removed -d64 jvm option because that causes problems on non-64 bit
linux, see http://bugs.yacy.net/view.php?id=349 and
http://bugs.yacy.net/view.php?id=339
Diffstat (limited to 'startYACY.sh')
| -rwxr-xr-x | startYACY.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh index ef59f49bf..eb4ed4dc5 100755 --- a/startYACY.sh +++ b/startYACY.sh @@ -133,7 +133,7 @@ then fi #turn on MMap for Solr if OS is a 64bit OS -if [ -n "`uname -m | grep 64`" ]; then JAVA_ARGS="$JAVA_ARGS -d64 -Dsolr.directoryFactory=solr.MMapDirectoryFactory"; fi +if [ -n "`uname -m | grep 64`" ]; then JAVA_ARGS="$JAVA_ARGS -Dsolr.directoryFactory=solr.MMapDirectoryFactory"; fi if [ ! -f $CONFIGFILE -a -f DATA/SETTINGS/httpProxy.conf ] then |
