I've been having problems with the way mathematica evaluates my integral. It is a multiple integral with the outer integral being a countour integral. When I press "Shift + Enter" to run mathematica, it says that it is running but after some time it stops evaluating and does not give any output.
Here the post says that on a 64-bit OS, Mathematica will freely use all the memory available and grind the system to a halt while in a 32-bit OS, the maximum memory allocated to any one program is limited.
Although I have a 64-bit OS, I tried using MemoryConstrained
placed a 1 gig cap but Mathematica still stops the evaluation without giving any result. And when I check the memory used during evaluation using MaxMemoryUsed[]
, Mathematica did not even reach the 1 gig memory cap.
What are the possible sources of this problem?
Thanks in advance.
P.S. For reference, here is a picture of the specs of my computer