POV-Ray : Newsgroups : povray.beta-test : Memory leak in animation with beta 41 Server Time
1 Jun 2024 22:07:11 EDT (-0400)
  Memory leak in animation with beta 41 (Message 1 to 3 of 3)  
From: Clarence1898
Subject: Memory leak in animation with beta 41
Date: 26 Dec 2010 22:50:01
Message: <web.4d180b93737e04e4f0b197720@news.povray.org>
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

From: geep999
Subject: Re: Memory leak in animation with beta 41
Date: 27 Dec 2010 13:10:00
Message: <web.4d18d5ca903a8037380f8080@news.povray.org>
"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

From: Chris Cason
Subject: Re: Memory leak in animation with beta 41
Date: 28 Dec 2010 01:00:14
Message: <4d197cee@news.povray.org>
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

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