POV-Ray : Newsgroups : povray.general : recursively defined objects and memory : Re: recursively defined objects and memory Server Time
29 Jul 2024 02:25:54 EDT (-0400)
  Re: recursively defined objects and memory  
From: scott
Date: 13 Aug 2013 04:53:03
Message: <5209f3ef$1@news.povray.org>
> now, from what I've read, it takes more than a thousand iterations to get good
> results, but trying to do just fifty iterations makes POV do an imitation of
> PAC-Man with my memory and swap space.  All 16GB of it.
>
> I don't know if this is a bug or a natural limitation of the geometry parsing
> engine.

It looks to me like at each iteration you are doubling the number of 
objects POV has in memory (by creating an intersection of two versions 
of the previous object). That means after 50 iterations you will have 
about 2^50 objects - I'm surprised you got that far!


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.