diff options
-rw-r--r-- | forrest.properties | 2 | ||||
-rw-r--r-- | src/documentation/skinconf.xml | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/forrest.properties b/forrest.properties index 62f777d63..6e9872d96 100644 --- a/forrest.properties +++ b/forrest.properties @@ -92,7 +92,7 @@ forrest.validate.skins.stylesheets=${forrest.validate.skins} # (DEBUG, INFO, WARN, ERROR, FATAL_ERROR) #project.debuglevel=ERROR # Max memory to allocate to Java -#forrest.maxmemory=64m +forrest.maxmemory=128m # Any other arguments to pass to the JVM. For example, to run on an X-less # server, set to -Djava.awt.headless=true #forrest.jvmargs= diff --git a/src/documentation/skinconf.xml b/src/documentation/skinconf.xml index 1944ad856..ccafd9541 100644 --- a/src/documentation/skinconf.xml +++ b/src/documentation/skinconf.xml @@ -369,6 +369,7 @@ which will be used to configure the chosen Forrest skin. <width>88</width> <height>31</height> </credit> + <!-- <credit box-location="alt2"> <name>ApacheCon Europe 2009</name> <url>http://eu.apachecon.com/</url> @@ -376,6 +377,7 @@ which will be used to configure the chosen Forrest skin. <width>125</width> <height>125</height> </credit> + --> <credit box-location="alt2"> <name>ApacheCon US 2009</name> <url>http://us.apachecon.com/</url> |