Hi,
I know that this issue is indeed strictly operating system dependent
but I am just curious:
I have a five dimensional array, whose size sums to 68 MB (almost).
This array is contained by class X. When I simply attempt to create an
instance of that class, I get segmentation fault.
I am working on Solaris (which has 8 KB pages ). What may the case be?
There seems to be an upper limit for the size of an array.
Thanks.
I know that this issue is indeed strictly operating system dependent
but I am just curious:
I have a five dimensional array, whose size sums to 68 MB (almost).
This array is contained by class X. When I simply attempt to create an
instance of that class, I get segmentation fault.
I am working on Solaris (which has 8 KB pages ). What may the case be?
There seems to be an upper limit for the size of an array.
Thanks.
Comment