Re: memory problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi xuejun gu,

Are you allocating the extremely large array on the heap, or on the stack?

If you are allocating the array on the stack, make sure you have enough stack space for your large array. For Red Hat Linux, I believe that's via the ulimit command, use "ulimit -a" to see your current settings.

HTH,
--Eljay


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux