summaryrefslogtreecommitdiff
path: root/startYACY.sh
diff options
context:
space:
mode:
Diffstat (limited to 'startYACY.sh')
-rwxr-xr-xstartYACY.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/startYACY.sh b/startYACY.sh
index ede26fd7e..f8a20e9cb 100755
--- a/startYACY.sh
+++ b/startYACY.sh
@@ -6,7 +6,7 @@ PIDFILE="yacy.pid"
OS="`uname`"
#get javastart args
-JAVA_ARGS="-server -Djava.net.preferIPv4Stack=true -Djava.awt.headless=true -Dfile.encoding=UTF-8";
+JAVA_ARGS="-server -Djava.awt.headless=true -Dfile.encoding=UTF-8";
#JAVA_ARGS="-verbose:gc -XX:+PrintGCTimeStamps -XX:+PrintGCDetails $JAVA_ARGS";
#check if OS is Sun Solaris or one of the OpenSolaris distributions and use different version of id if necessary