Add a file named "java.env" to the "conf" directory. But your Java settings 
there.

On Aug 29, 2012, at 4:15 PM, David Nickerson 
<[email protected]> wrote:

> I'm starting a ZooKeeper server on Linux by running the following script:
> 
> #!/bin/bash
> export CLASSPATH="~/zookeeper-3.3.6/conf/log4j.properties"
> export JVMFLAGS="-Xmx1500m"
> ~/zookeeper-3.3.6/bin/zkServer.sh start
> 
> It seems to work fine, but is this properly adding the log4j.properties
> file to the classpath and setting the java heap size?

Reply via email to