You are viewing a plain text version of this content. The canonical link for it is here.
Posted to log4j-dev@logging.apache.org by ps...@apache.org on 2004/05/23 09:15:24 UTC

cvs commit: logging-log4j/src chainsawWebStart.jnlp

psmith      2004/05/23 00:15:24

  Modified:    src      chainsawWebStart.jnlp
  Log:
  added the max-heap-size property to be 256m.  This is somewhat arbitary,
  it might need to be 1Gb depending on what you need to do, but right
  now the default of 64m is too small, so 256 seems better than nothing.
  
  Revision  Changes    Path
  1.2       +1 -1      logging-log4j/src/chainsawWebStart.jnlp
  
  Index: chainsawWebStart.jnlp
  ===================================================================
  RCS file: /home/cvs/logging-log4j/src/chainsawWebStart.jnlp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- chainsawWebStart.jnlp	27 Jun 2003 06:29:20 -0000	1.1
  +++ chainsawWebStart.jnlp	23 May 2004 07:15:24 -0000	1.2
  @@ -18,7 +18,7 @@
         <all-permissions/> 
     </security> 
     <resources> 
  -    <j2se version="1.3+"/> 
  +    <j2se version="1.3+" max-heap-size="256m"/> 
       <jar href="lib/log4j-chainsaw-1.3alpha.jar"/> 
       <jar href="lib/log4j-1.3alpha.jar"/> 
       <jar href="lib/jakarta-oro-2.0.6.jar"/> 
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-dev-unsubscribe@logging.apache.org
For additional commands, e-mail: log4j-dev-help@logging.apache.org