POV-Ray : Newsgroups : povray.general : Memory.log : Re: Memory.log Server Time
31 Jul 2024 20:18:40 EDT (-0400)
  Re: Memory.log  
From: Nicolas Calimet
Date: 17 Jan 2007 13:25:52
Message: <45ae6a30$1@news.povray.org>
> How does one do that?

ln -fs /dev/null Memory.log

	The major drawback with this simple workaround is that you have to
create such a symlink in each and every directory where you run povray.

> But does it also solve the
> resource use issue (render speed)

	Shot answer: no.
	Long answer: the Debian build includes in particular some code
that checks memory access (and also makes memory usage larger).  This
and other things will slow down rendering.  I never did any serious
testing though, and the slowdown could be in the order of a few percent
only.  OTOH, especially with fast renders, without writing the Memory.log
file to disk (as proposed above) could also somewhat reduce the slowdown.
But in the end you'd better live with a binary that contains no debug code
at all.

or am I better off getting an official
> version?

	Yes.  Or even better: build your own.  Especially if your machine
is built around a SSE2-compatible CPU.

	- NC


Post a reply to this message

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