mirror of
https://github.com/internetarchive/heritrix3.git
synced 2026-09-15 10:15:59 +00:00
remove outdated adler32 workaround
This commit is contained in:
Vendored
+1
-3
@@ -64,9 +64,7 @@ fi
|
||||
if [ -z "$JAVACMD" ]
|
||||
then
|
||||
# It may be defined in env - including flags!!
|
||||
# See '[ 1482761 ] BDB Adler32 gc-lock OOME risk' for why we include the
|
||||
# 'je.disable.java.adler32'.
|
||||
JAVACMD="$JAVA_HOME/bin/java -Dje.disable.java.adler32=true"
|
||||
JAVACMD="$JAVA_HOME/bin/java"
|
||||
fi
|
||||
|
||||
# Ignore previous classpath. Build one that contains heritrix jar and content
|
||||
|
||||
Reference in New Issue
Block a user