|
|
I mistakenly reported this in the bugreports forum, sorry.
Running 64-bit povray 3.7 beta 41 on Windows Vista 64-bit home premium edition
on an Intel quad core processor..
Windows task manager shows increasing memory consumption with every iteration of
the clock. Appears to be related to render image size. Image size of 160x120
ties up about 59M for 100 iterations, while an image size of 1280x1024 ties up
2.8G for 100 iterations. Memory remains allocated until I exit povray.
Command line options are: +ki0 +kf1 +kfi1000 +kff1100
I created a minimal source that shows the problem, just a camera and a light
source, no objects, no includes:
camera {
location <0.0, 1.0, -4.0>
direction 1.5*z
right x*image_width/image_height
look_at <0.0, 0.0, 0.0>
}
light_source{<3000,1,-3000> color <1,1,1>}
Thanks,
David.
Post a reply to this message
|
|
|
|
"Clarence1898" <cla### [at] comcastnet> wrote:
> Running 64-bit povray 3.7 beta 41 on Windows Vista 64-bit home premium edition
> on an Intel quad core processor..
>
> Windows task manager shows increasing memory consumption with every iteration of
> the clock. Appears to be related to render image size. Image size of 160x120
> ties up about 59M for 100 iterations,
Similar result running on Linux - Slackware 13.1 x86_64 on Intel dual core
processor.
Cheers,
Peter
Post a reply to this message
|
|
|
|
On 27/12/2010 14:44, Clarence1898 wrote:
> Windows task manager shows increasing memory consumption with every iteration of
> the clock. Appears to be related to render image size. Image size of 160x120
> ties up about 59M for 100 iterations, while an image size of 1280x1024 ties up
> 2.8G for 100 iterations. Memory remains allocated until I exit povray.
Thanks for the report; this is now fixed.
-- Chris
Post a reply to this message
|
|