Skip to content

Commit ec2eac6

Browse files
committed
Fix eol problems in java-options.conf
1 parent ee1a566 commit ec2eac6

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

src/main/config/java-options.conf

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
# JVM options in this file are passed to the java command.
2-
# Environment variables can be specified by prefixing them
3-
# with $ (e.g. $VAR). The variable $METAFACTURE_HOME refers
4-
# to the folder containing the flux start-up script.
5-
# Undefined variables remain in the configuration.
6-
7-
-Xmx512m
8-
9-
-Dflux.pluginsdir="$METAFACTURE_HOME/plugins"
10-
-Dflux.provideddir="$METAFACTURE_HOME/provided-libs"
11-
12-
# Configure log4j to read its configuration from a file:
13-
-Dlog4j.configuration="file:///$METAFACTURE_HOME/config/log4j.xml"
14-
15-
# Configure simple jndi as default jndi provider:
16-
-Djava.naming.factory.initial=org.osjava.sj.SimpleContextFactory
17-
-Dorg.osjava.sj.root="file:///$METAFACTURE_HOME/config/jndi"
18-
19-
# Append additional options defined in the
20-
# environment (The start-up script ensures
21-
# that this variable is always defined):
22-
$FLUX_JAVA_OPTIONS
1+
# JVM options in this file are passed to the java command.
2+
# Environment variables can be specified by prefixing them
3+
# with $ (e.g. $VAR). The variable $METAFACTURE_HOME refers
4+
# to the folder containing the flux start-up script.
5+
# Undefined variables remain in the configuration.
6+
7+
-Xmx512m
8+
9+
-Dflux.pluginsdir="$METAFACTURE_HOME/plugins"
10+
-Dflux.provideddir="$METAFACTURE_HOME/provided-libs"
11+
12+
# Configure log4j to read its configuration from a file:
13+
-Dlog4j.configuration="file:///$METAFACTURE_HOME/config/log4j.xml"
14+
15+
# Configure simple jndi as default jndi provider:
16+
-Djava.naming.factory.initial=org.osjava.sj.SimpleContextFactory
17+
-Dorg.osjava.sj.root="file:///$METAFACTURE_HOME/config/jndi"
18+
19+
# Append additional options defined in the
20+
# environment (The start-up script ensures
21+
# that this variable is always defined):
22+
$FLUX_JAVA_OPTIONS

0 commit comments

Comments
 (0)