Hello everyone!
This is for a project that I am currently working on:

Compiler: GCC
OS: Sun Solaris 5.6 (Unix)

What is the maximum size of an array?

Code:
const maxArray = 10 meg ?? 50 meg??

int b[maxArray]
I am also using: malloc => i am sure that amount is reserved.
One side effect though, the program crashes more frequently than before.

Thnx!