array-size

Biggest int array that a computer can handle?

I need to create an array as big as possible on my 32bit Linux computer. What is the biggest array size that my computer can handle? Is it 2^32 ? ...