I run the swish program (creates an index for web search engines) in
our AIX 4.3.3 server and the program runs out of memory (malloc
fails). Is there a way to increase the per process memory resource?
Let us see if I understand that. As long as there is physical memory
and paging space available malloc should not fail, unless the per
process parameter is exceeded. I don't think the system runs out of
physical resources, so the latter must be true.
Thanks