Memory Allocation for JAVA under USS

2007-02-27 Thread Betsy Jeffery
I've got a developer just starting to use JAVA 1.4 under USS (z/OS 1.4 soon to be z/OS 1.7). I'm wondering what people are using as a general rule for TSO initial region size for JAVA developers. I don't like the idea of 256M per session - which is what I had to give this guy just to get

Re: Memory Allocation for JAVA under USS

2007-02-27 Thread Bob Shannon
Unfortunately 256Mb for Java may be low. Configure real storage and aux appropriately and live with the new order. Bob Shannon Rocket Software -- For IBM-MAIN subscribe / signoff / archive access instructions, send email to

Re: Memory Allocation for JAVA under USS

2007-02-27 Thread Big Iron
You can use the getrlimit service to increase the region limit up to the hard limit, which IIRC is set from BPXPRM00 or the user profile. There is an example of invoking this from REXX at http://members.tripod.com/billlalonde/rexx/setrlim.txt So you would invoke that with setrlim rlimit_as

Re: Memory Allocation for JAVA under USS

2007-02-27 Thread McKown, John
-Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Betsy Jeffery Sent: Tuesday, February 27, 2007 9:12 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Memory Allocation for JAVA under USS I've got a developer just starting to use JAVA 1.4 under

Re: Memory Allocation for JAVA under USS

2007-02-27 Thread Hal Merritt
luck. -Original Message- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Betsy Jeffery Sent: Tuesday, February 27, 2007 9:12 AM To: IBM-MAIN@BAMA.UA.EDU Subject: Memory Allocation for JAVA under USS I've got a developer just starting to use JAVA 1.4 under USS (z

Re: Memory Allocation for JAVA under USS

2007-02-27 Thread Chase, John
-Original Message- From: IBM Mainframe Discussion List On Behalf Of Betsy Jeffery I've got a developer just starting to use JAVA 1.4 under USS (z/OS 1.4 soon to be z/OS 1.7). I'm wondering what people are using as a general rule for TSO initial region size for JAVA developers.