gcc 4.3.2 compilation failure on aix 5.3

David Edelsohn dje.gcc@gmail.com
Wed Nov 19 21:00:00 GMT 2008


On Wed, Nov 19, 2008 at 3:14 PM, Rohit <will.u.tellmemore@gmail.com> wrote:
> ulimit -a says:
>
> core file size (blocks)     1048575
> data seg size (kbytes)      131072
> file size (blocks)          unlimited
> max memory size (kbytes)    32768
> open files                  2000
> pipe size (512 bytes)       64
> stack size (kbytes)         32768
> cpu time (seconds)          unlimited
> max user processes          262144
> virtual memory (kbytes)     unlimited
>
> Process going out of memory might be the case . How can i handle it in
> this case ?

Increase your process resource limits.

I would recommend that data seg size, max memory size, and
stack size be increased.

David



More information about the Gcc-help mailing list