This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: java out of memory



> Exception in thread "main" java.lang.OutOfMemoryError
> 
> message with larger files even on UNIX can be avoided.
> 
> what is that syntax?
> 
> Might help to add this to the FAQ -- and I welcome an RTFM if 
> I overlooked it.

For Java 1.3, this is an extended option (-X...).  Try "java -X" to get an overview of them.  -Xmx is most likely what you are looking for.

Apparently Sun does not want you to know how to use the standard options :-\

-- 
  Thorbjørn Ravn Andersen   "...and...Tubular Bells!"


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]