1833785 Members
3978 Online
110063 Solutions
New Discussion

memory quandrant

 
Dave Ryndak
New Member

memory quandrant

Is there a Unix command to determine what memory quadrant Oracle is running in?
twins
3 REPLIES 3
A. Clay Stephenson
Acclaimed Contributor

Re: memory quandrant

In one sense, your question is a little off-base since it's running in multiple quadrants.

Normally, a program's text is in Quad 1, data is in Quad 2, and Global Data is in Quad's 3 & 4. It depends upon whethere you are talking about 32-bit or 64-bit environments.

I suggest that you first read this whitepaper:
http://docs.hp.com/hpux/onlinedocs/os/memwn1_4.pdf

You can then run the 'chatr' command to display this data. You won't really understand the output until you read the paper.


e.g. chatr myprog

Man chatr for details.
If it ain't broke, I can fix that.
PIYUSH D. PATEL
Honored Contributor

Re: memory quandrant

Hi,

Also go thro the following link...

May be some help for you.

http://support2.itrc.hp.com/service/cki/docDisplay.do?docId=200000048912928

Piyush

MANOJ SRIVASTAVA
Honored Contributor

Re: memory quandrant