| | |
| | | # information: "Portions Copyright [year] [name of copyright owner]". |
| | | # |
| | | # Copyright 2008-2010 Sun Microsystems, Inc. |
| | | # Portions Copyright 2011 ForgeRock AS. |
| | | # Portions Copyright 2011-2016 ForgeRock AS. |
| | | |
| | | # |
| | | # This file contains the java properties that the different command lines will |
| | |
| | | # modes (for instance import-ldif.offline.java-args and |
| | | # import-ldif.online.java-args). |
| | | # |
| | | # IMPORTANT NOTE: Once you have modified this file and set the java properties |
| | | # that you want the command-lines to use you must run the command-line |
| | | # bin/dsjavaproperties for the different scripts to be updated with the |
| | | # specified settings. |
| | | # |
| | | # Examples: |
| | | # Specify to overwrite the content of the environment variable OPENDJ_JAVA_HOME |
| | | # (i.e. the contents of this properties file for the java home will be analyzed |
| | | # before checking whether OPENDJ_JAVA_HOME is specified in the environment): |
| | | # overwrite-env-java-home=true |
| | | # |
| | | # Specify to overwrite the content of the environment variable OPENDJ_JAVA_ARGS |
| | | # (i.e. the contents of this properties file for the java args will be analyzed |
| | | # before checking whether OPENDJ_JAVA_ARGS is specified in the environment): |
| | | # overwrite-env-java-args=true |
| | | # |
| | | # Specify to use a particular Java Virtual Machine for the offline import: |
| | | # import-ldif.offline.java-home=/usr/jdk1.7 |
| | |
| | | # an associated property defined: |
| | | # default.java-args=-client |
| | | |
| | | 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 |