Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!mips!ptimtc!nntp-server.caltech.edu!gwoho From: gwoho@nntp-server.caltech.edu (g liu) Newsgroups: comp.unix.questions Subject: memory/swap Message-ID: <1991Jun6.215038.20384@nntp-server.caltech.edu> Date: 6 Jun 91 21:50:38 GMT Organization: California Institute of Technology, Pasadena Lines: 6 a program like: for (;;) if (malloc(1000))puts("a"); seems to me only to be able to allocate about 6m on this 8m 386 sysv at&t unix machine. there must be about 24m of swap. why is this? how do i allocate more memory that that? is it a ulimit problem? gwoho liu.