zysnow Posted December 11, 2015 Share Posted December 11, 2015 I have a flip simulation cached out as points only, and there are round 13 million particles per frame, i want to bump up the particle count at render time with point replicate procedural, say about 100 times more. So the total particles to be rendered will exceed 1 billion. Unfortunately, mantra can't handle such amount of particles, and houdini crashes. By the way, i have 64g ram. So is it possible to render such massive particles under 64g of ram. What is the maximum particle count mantra can handle giving that 64g of ram. Quote Link to comment Share on other sites More sharing options...
sekow Posted December 11, 2015 Share Posted December 11, 2015 did you try to reduce the tiling size? Quote Link to comment Share on other sites More sharing options...
lukeiamyourfather Posted December 11, 2015 Share Posted December 11, 2015 (edited) The positional data alone for that many particles would be around 16GB not including rendering it or any other related attributes. There really aren't any guidelines for how many particles you can render with a given amount of memory because it depends on a lot of other factors like PBR, attributes, other geometry in the scene, etc. I'd try using shadow maps, non-PBR renderer, delayed load, and go from fewer replicas to more replicas until you run out of memory. Edited December 11, 2015 by lukeiamyourfather Quote Link to comment Share on other sites More sharing options...
fathom Posted December 11, 2015 Share Posted December 11, 2015 how much ram did it try to grab? the point replicate procedural will generally print out info about ram growth as it goes. Quote Link to comment Share on other sites More sharing options...
zysnow Posted December 14, 2015 Author Share Posted December 14, 2015 Thank you all! I want to know the limits with specific amount of memory, and how to pre-calculate the amount of memory needed to render giving amount of particles. So where can i find those informations? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.