Could not allocate the requested memory

Hello, I would like to make a simulation with a big number of particles but I got the error : " Could not allocate the requested memory".

Can I add memory manually? Or is it a computer limitation?

Can I fix it without changing dp or any simulation values?


Thanks for the help :)

Comments

  • Your CPU/GPU does not have infinite memory. If you run on GPU as most commonly done, then check the amount of ram on your GPU and play with the resolution until you can fit the simulation onto your gpu.

    By buying a stronger GPU with more RAM you can fix it without changing dp.

    Kind regards

Sign In or Register to comment.