Xref: utzoo comp.unix.wizards:23984 comp.unix.aix:3484 comp.arch:20642 Path: utzoo!censor!geac!torsqnt!hybrid!scifi!bywater!uunet!cs.utexas.edu!rutgers!njin!njitgw!sampath@mars.njit.edu From: sampath@mars.njit.edu (sampath s k) Newsgroups: comp.unix.wizards,comp.unix.aix,comp.arch Subject: Memory boards and data space Keywords: Real memory, paging Message-ID: <2217@njitgw.njit.edu> Date: 3 Feb 91 09:17:22 GMT Sender: news@njitgw.njit.edu Organization: You must be kidding Lines: 30 Hi, Program: -------- I have a program that builds a huge graph. During the graph building phase a lot heap space (malloc()) is used and a lot of stack space is used during the graph traversal as it is extremely recursive. Environment: -------- The above mentioned program is tested on an IBM RS6000 (model 530 AIX 3.1) with ~ 80 MB of real memory and 256 MB of paging space. Problem: -------- The program is abnormally terminated during the graph traversal phase for lack of paging space. Increasing the paging space beyond 256 MB doesn't seem to help. Question: --------- Is it possible possible for the above mentioned program to work if I thrown in extra memory boards? Do extra memory boards increase the data (heap+stack) space? Please shed some light on this issue. Thanks for your time. -- sampath sampath@mars.njit.edu