Topic: Allocation would exceed memory limit PROBLEM
Hi there,
I get following error message:
Operating system error: Not enough space
Allocation would exceed memory limit
when I want to allocate in RAM complex double precision matrix size of 11,000 or larger. Such matrix takes approximately 2*8*(11000)^2/1024^3 = 1.8GB of RAM and I have 98 GB RAM available. In the performance monitor I can see that I am not taking more than 6GB our of the 98GB RAM at any time.
Please advise.
Thanks.