1. A different set of eyes is always an asset
2. Sometimes when I explain a problem to a different set of eyes I see the
solution myself;
there seems to be a psychological difference between explaining something
and analyzing it
3. If you can reproduce the problem, that helps; if you can reproduce it with
instrumentation
turned on, you're hallway to a solution.
4. Check your assumptions, especially about version control.
--
Shmuel (Seymour J.) Metz
http://mason.gmu.edu/~smetz3
________________________________________
From: IBM Mainframe Discussion List <[email protected]> on behalf of
Sean Gleann <[email protected]>
Sent: Monday, November 26, 2018 6:14 AM
To: [email protected]
Subject: Re: Region size for OMVS tasks
Hello Peter
Problem solved!
Your idea(s) regarding the SMF30 record analysis eventually led me to
reproducing the test environment used by the developer so that I could run
the tests myself.
One look at the command being used showed what the problem was - there was
a parametrised upper limit of 768M on the memory to be used. The
developer had completely missed this information. Bumping the parm value to
1G was enough to get the test through, but I'm still arguing for all such
limits to be removed - "let the system sort itself out, don't try and
'second guess' things..."
Such a simple thing, spotted by a different set of eyes being used, but
that's frequently the root cause in problems such as this, I find.
Also, your comment about chopping columns off the REXXSTOR output showed
that I was using an old version of Mark's work. That has been addressed.
Thank you very much for all your efforts and input on this. I really
appreciate it.
Regards
Sean
On Fri, 23 Nov 2018 at 06:35, Peter Hunkeler <[email protected]> wrote:
>
>
> One more thought: Look At he SMF30 records for one such session. You
> should get an idea of what‘s going on in that process and its child
> processes. There will be one record for each command, i.e. when a fork()ed
> or spawd()ed process ends, and at each exec(). You may find the one program
> eating up all that storage.
>
>
> —
> Peter Hunkeler
>
> ----------------------------------------------------------------------
> For IBM-MAIN subscribe / signoff / archive access instructions,
> send email to [email protected] with the message: INFO IBM-MAIN
>
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN