Path: utzoo!news-server.csri.toronto.edu!cs.utexas.edu!samsung!uakari.primate.wisc.edu!dali.cs.montana.edu!milton!dona From: dona@milton.u.washington.edu (Donald Allen) Newsgroups: comp.unix.aix Subject: huge memory allocation Message-ID: <18016@milton.u.washington.edu> Date: 8 Mar 91 16:21:32 GMT Reply-To: dona@pooky.ee.washington.edu (Don Allen) Organization: Image Computing Systems Laboratory, University of Washington Lines: 15 I am trying to run an application process which requires an allocation of about 150M of memory, but am unable to do so. The largest amount of memory I have been able to get a single process to successfully acquire (using calloc or malloc, with either one or multiple calls) is about 33M; any larger request has NULL returned. However, I can launch several applications simultaneously each of which acquire 33M; so, it doesn't appear to be a limit on my account. The system is an RS6000/530 with 48M memory installed, running AIX 3.1. There is 200M of paging space declared, and before running the application, about 180M of paging space is free. Thanks in advance for any suggestions. -- Don Allen