We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb07bdb commit bde1f2cCopy full SHA for bde1f2c
harvest-legacy/src/main/resources/bin/harvest-solr
@@ -83,5 +83,5 @@ HARVEST_JAR=`ls ${LIB_DIR}/harvest-*.jar`
83
84
# Executes Harvest via the executable jar file
85
# Arguments are passed in to the tool via '$@'
86
-${JAVA_CMD} -Xms256m -Xmx1024m -Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true -Dpds.search=${SOLR_URL} -Dpds.harvest.search.conf=${SEARCH_CONF} -Dresources.home=${PARENT_DIR}/resources -jar ${HARVEST_JAR} "$@"
+${JAVA_CMD} -Xms1024m -Xmx2048m -Dcom.sun.xml.bind.v2.bytecode.ClassTailor.noOptimize=true -Dpds.search=${SOLR_URL} -Dpds.harvest.search.conf=${SEARCH_CONF} -Dresources.home=${PARENT_DIR}/resources -jar ${HARVEST_JAR} "$@"
87
0 commit comments