mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

vharseko
18.23.2023 bffeb78279ded6c57eb050f7237201ad93f8a4c2
opendj-server-legacy/resource/config/java.properties
@@ -12,7 +12,7 @@
#
# Copyright 2008-2010 Sun Microsystems, Inc.
# Portions Copyright 2011-2016 ForgeRock AS.
# Portions Copyright 2018- 3A Systems LLC.
#
# This file contains the java properties that the different command lines will
# use when launched.  You can specify the location of the java binaries to be
@@ -42,7 +42,7 @@
# Examples:
#
# Specify to use a particular Java Virtual Machine for the offline import:
# import-ldif.offline.java-home=/usr/jdk1.7
# import-ldif.offline.java-home=/usr/jdk1.8
#
# Specify to use -client argument when running dsconfig:
# dsconfig.java-args=-client
@@ -52,15 +52,11 @@
#
# Specify to use the java home for all the command-lines that have not
# an associated property defined:
# default.java-home=/usr/jdk1.6
# default.java-home=/usr/jdk1.8
#
# Specify to use the -client argument for all the command-lines that have not
# an associated property defined:
# default.java-args=-client
# default.java-args=-server
default.java-home=$JAVA_HOME
default.java-args=-Xms32m -client
import-ldif.offline.java-args=-server
rebuild-index.offline.java-args=-server
start-ds.java-args=-server
ldifdiff.java-args=-server
default.java-args=-server