Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Lenya Wiki" for change 
notification.

The following page has been changed by RichardFrovarp:
http://wiki.apache.org/lenya/How_to_tune_Lenya_1%2e4_for_Production_Use

------------------------------------------------------------------------------
  @@ -48,7 +48,7 @@
  -  <property name="debug"          value="off"/>
  +  <property name="debug"          value="on"/>
+ }}}
+ 
+ Change logging to either error or fatal to prevent the log file from reaching 
very large sizes quickly. In 
externals/cocoon_2_1_x/src/webapp/WEB-INF/log4j.xconf or ultimately 
build/lenya/webapp/WEB-INF/log4j.xconf 
+ {{{
+    <root>
+      <priority value="error" />
+      <appender-ref ref="COCOON_DEFAULT" />
+    </root>
  }}}
  
  == Cache ==
@@ -27, +35 @@

          />
  }}}
  So, when overflow-to-disk is set to true, eternal to true and 
- timeToIdleSeconds=0, then ones a cachekey is in memory/disk, it will never be
+ timeToIdleSeconds=0, then once a cachekey is in memory/disk, it will never be
  removed which might lead to a cache file becoming very large (see also 
thread: http://java2.5341.com/msg/170235.html)
  
  For production use these setting should be changed. A possible configuration 
might look like: 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to