FWIW, with the default max heap size, you need MEMLIMIT to be >= 400MB for SDK 6.0-64
Also, unless you need a max heap over 1.5GB or so, you are usually better off using SDK 6.0-31. Huge apps are unfortunately more common these days, as there is (statistically) an inverse correlation between storage requirements and programmer skill :-) And, it is more efficient to run Java apps with a max heap size that is not massively larger than you actually need. GC will work better and your app will generally use less real storage and often less cpu. Kirk Wolf Dovetailed Technologies http://dovetail.com On Thu, Jun 25, 2009 at 9:18 AM, Mark Zelden <[email protected]>wrote: > Search the archives for recent threads. Use "MEMLIMIT" as one of your > search words. > > -- > Mark Zelden > Sr. Software and Systems Architect - z/OS Team Lead > Zurich North America / Farmers Insurance Group - ZFUS G-ITO > mailto:[email protected] > z/OS Systems Programming expert at > http://expertanswercenter.techtarget.com/ > Mark's MVS Utilities: > http://home.flash.net/~mzelden/mvsutil.html<http://home.flash.net/%7Emzelden/mvsutil.html> > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: GET IBM-MAIN INFO > Search the archives at http://bama.ua.edu/archives/ibm-main.html > ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

