On Sun, 9 Dec 2001, Bikash Paul wrote: > Hi there, Can any one tell me how I can set the Non-standard option > of -Xmxn of jvm (setp by step).Iam using Sun's jvm(jdk1.2.2).Iam > facing a error(java.lang .OutOfMemory).I want to set the maximum > size of the memory allocation pool.Any help will be highly > appreciated.
It depends on what servlet container you're using and/or how it's being started. If you're working on UNIX, and the servlet container is being started up via a shell script, you can probably modify that script to add this. Milt Epstein Research Programmer Software/Systems Development Group Computing and Communications Services Office (CCSO) University of Illinois at Urbana-Champaign (UIUC) [EMAIL PROTECTED] ___________________________________________________________________________ To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff SERVLET-INTEREST". Archives: http://archives.java.sun.com/archives/servlet-interest.html Resources: http://java.sun.com/products/servlet/external-resources.html LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
