Sha256: dfb249383fecece95a4ea6fd4b0d7f9f46e1d0a6fea2897570af145d2aad074f

Contents?: true

Size: 1.44 KB

Versions: 10

Compression:

Stored size: 1.44 KB

Contents

#********************************************************************
# JVM Parameters
#********************************************************************
 
wrapper.java.additional.1=-Dorg.neo4j.server.properties=tmp/n4j/<%= @environment %>/neo4j-server.properties
wrapper.java.additional.2=-Djava.util.logging.config.file=tmp/n4j/<%= @environment %>/logging.properties

# Uncomment the following line to enable garbage collection logging
#wrapper.java.additional.3=-Xloggc:data/log/neo4j-gc.log

# Initial Java Heap Size (in MB)
wrapper.java.initmemory=3

# Maximum Java Heap Size (in MB)
wrapper.java.maxmemory=64

#********************************************************************
# Wrapper settings
#********************************************************************
# Override default pidfile and lockfile 
#wrapper.pidfile=../data/neo4j-server.pid
#wrapper.lockfile=../data/neo4j-server.lck

#********************************************************************
# Wrapper Windows NT/2000/XP Service Properties
#********************************************************************
# WARNING - Do not modify any of these properties when an application
#  using this configuration file has been installed as a service.
#  Please uninstall the service before modifying this section.  The
#  service can then be reinstalled.

# Name of the service
wrapper.name=neo4j

# User account to be used for linux installs. Will default to current
# user if not set.
wrapper.user=

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
n4j-0.0.1.7 templates/neo4j-wrapper.conf
n4j-0.0.1.6.3 templates/neo4j-wrapper.conf
n4j-0.0.1.6.1 templates/neo4j-wrapper.conf
n4j-0.0.1.6 templates/neo4j-wrapper.conf
n4j-0.0.1.5 templates/neo4j-wrapper.conf
n4j-0.0.1.4 templates/neo4j-wrapper.conf
n4j-0.0.1.3 templates/neo4j-wrapper.conf
n4j-0.0.1.2 templates/neo4j-wrapper.conf
n4j-0.0.1.1 templates/neo4j-wrapper.conf
n4j-0.0.1 templates/neo4j-wrapper.conf