12-15-07 06:41 AM
In article
<cd2988e0-9f86-4fca-9fce-75b384d9aaa9@e6g2000prf.googlegroups.com>,
kasthurirangan.balaji@gmail.com wrote:
> Hi,
>
> I understand that most unix systems provide both shared memory & heap/
> free store. I think both of these are limited by the physical ram in
> the box. If i do not use shared memory at all, as my application grows
> using heap/free store, will the shared memory also be converted to
> heap/free store. Is there a way to suppress shared memory and use the
> entire available ram to heap/free store.
I suggest you consult a good book on operating systems and learn how
virtual memory works. Your question doesn't really make sense at all
because of this.
--
Barry Margolin, barmar@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***
[ Post a follow-up to this message ]
|