From 7bbd90cb5c991f263213c51aa91afa818b709fc7 Mon Sep 17 00:00:00 2001 From: Robert Godfrey Date: Thu, 26 Apr 2012 16:19:39 +0000 Subject: QPID-3722 : Tidy up the document generation. Split docs by book, remove monolithic book, use makefile to build git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1330925 13f79535-47bb-0310-9956-ffa450edef68 --- qpid/doc/book/src/Java-Environment-Variables.xml | 84 ------------------------ 1 file changed, 84 deletions(-) delete mode 100644 qpid/doc/book/src/Java-Environment-Variables.xml (limited to 'qpid/doc/book/src/Java-Environment-Variables.xml') diff --git a/qpid/doc/book/src/Java-Environment-Variables.xml b/qpid/doc/book/src/Java-Environment-Variables.xml deleted file mode 100644 index 12703190f2..0000000000 --- a/qpid/doc/book/src/Java-Environment-Variables.xml +++ /dev/null @@ -1,84 +0,0 @@ - - - -
- - Java Environment Variables - -
- - Setting - Qpid Environment Variables - - -
- - Qpid - Deployment Path Variables - - - There are two main Qpid environment variables which are required - to be set for Qpid deployments, QPID_HOME and QPID_WORK. - - - QPID_HOME - This variable is used to tell the Qpid broker where - it's installed home is, which is in turn used to find dependency - JARs which Qpid uses. - - - QPID_WORK - This variable is used by Qpid when creating all - 'writeable' directories that it uses. This includes the log - directory and the storage location for any BDB instances in use - by your deployment (if you're using persistence with BDB). If you - do not set this variable, then the broker will default (in the - qpid-server script) to use the current user's homedir as the root - directory for creating the writeable locations that it uses. - - - -
- -
- - Setting - Max Memory for the broker - - - If you simply start the Qpid broker, it will default to use a - -Xmx setting of 1024M for the broker JVM. However, we would - recommend that you make the maximum -Xmx heap size available, if - possible, of 3Gb (for 32-bit platforms). - - - You can control the memory setting for your broker by setting the - QPID_JAVA_MEM variable before starting the broker e.g. -Xmx3668m - . Enclose your value within quotes if you also specify a -Xms - value. The value in use is echo'd by the qpid-server script on - startup. - - -
- - -
- -
-- cgit v1.2.1