Skip to content

Commit

Permalink
Assinging to JAVA_OPTS_HANDLE must be without $
Browse files Browse the repository at this point in the history
  • Loading branch information
milanmajchrak committed Dec 6, 2024
1 parent 83b295f commit 8228f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dspace/bin/start-handle-server
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ LOGDIR=$DSPACEDIR/log
#Allow user to specify java options through JAVA_OPTS variable
if [ "$JAVA_OPTS_HANDLE" = "" ]; then
#Default Java to use 256MB of memory
$JAVA_OPTS_HANDLE=-Xmx256m
JAVA_OPTS_HANDLE=-Xmx256m
fi

# Remove lock file, in case the old Handle server did not shut down properly
Expand Down

0 comments on commit 8228f58

Please sign in to comment.