summarylogtreecommitdiffstats
path: root/wrapper.config
diff options
context:
space:
mode:
Diffstat (limited to 'wrapper.config')
-rw-r--r--wrapper.config9
1 files changed, 4 insertions, 5 deletions
diff --git a/wrapper.config b/wrapper.config
index 3960c613fab8..fa94127513c5 100644
--- a/wrapper.config
+++ b/wrapper.config
@@ -13,11 +13,10 @@ wrapper.java.mainclass=freenet.node.NodeStarter
# needed starting from 1
# Be sure there are no other duplicate classes.
wrapper.java.classpath.1=/opt/freenet/lib/*.jar
-wrapper.java.classpath.2=/usr/share/java/*.jar
+wrapper.java.classpath.2=/usr/share/java/wrapper.jar
# Java Library Path (location of libwrapper.so)
-wrapper.java.library.path.1=/opt/freenet/lib
-wrapper.java.library.path.2=/usr/lib/java-service-wrapper
+wrapper.java.library.path.1=/usr/lib/java-service-wrapper
# Java Bits. On applicable platforms, tells the JVM to run in 32 or 64-bit mode.
wrapper.java.additional.auto_bits=TRUE
@@ -35,10 +34,10 @@ wrapper.java.additional.3=-Djava.net.preferIPv4Stack=true
# If a non-zero value is specified for this property then an appropriate -Xms
# parameter will be added. The initial memory must be less than or equal to
# the value set for the maxmemory property
-wrapper.java.initmemory=32
+wrapper.java.initmemory=48
# Maximum Java Heap Size (in MB)
-wrapper.java.maxmemory=256
+wrapper.java.maxmemory=384
# Application parameters. Add parameters as needed starting from 1
wrapper.app.parameter.1=/opt/freenet/conf/freenet.ini