Ed,
 
    This might be a long shot, but one possible explanation of your problem is your Language Environment parameter settings. Language Environment might be trying to get its HEAP storage below the 16MB line, in which case, 18MB would of course be impossible.
 
    To test this, make the following shell script and run it:
 
#!/bin/sh
export _CEE_RUNOPTS="${_CEE_RUNOPTS},RPTOPTS(ON)"
# Run an innocent UNIX command that will generate a Language Environment
#     options report:
df 2>cee.runopts
exit 0
 
Look at the HEAP parameter setting in cee.runopts. What is its value?
 
Regards,
Howard Sherman

 
[EMAIL PROTECTED] wrote: -----

To: [EMAIL PROTECTED]
From: [EMAIL PROTECTED]
Date: 2002/03/19 06:29PM
Subject: memory issues on OMVS

hey,I've been having memory difficulties on OMVS - perl displays an 'Out of memory'error on a data structure that ends up being only 18 meg on a unix box.Any clue on what's going on?  Or how you could change the config of the boxto handle larger memory structures?Thanks much,Ed

Reply via email to