POV-Ray : Newsgroups : povray.beta-test : memory problem with radiosity : Re: memory problem with radiosity Server Time
6 Jul 2024 07:45:58 EDT (-0400)
  Re: memory problem with radiosity  
From: Thorsten Froehlich
Date: 14 Feb 2010 16:00:19
Message: <4b786463$1@news.povray.org>
On 14.02.10 21:44, Darren New wrote:
> Thorsten Froehlich wrote:
>> Given that turning virtual memory off is impossible in Windows that
>> seems like an odd suggestion...
>
> Turning virtual memory off in Windows is trivial. I don't think you can
> turn off virtual addressing, but that shouldn't have an impact on this
> problem.
 >
> Control panel->System->Advanced->Performance->Advanced->No page file

No, that does not turn of virtual memory, it turns of the page file. The 
page file is part of the a common virtual memory implementation, but the 
most important part is that you have a non-linear physical memory (hence the 
"virtual" in "virtual memory"). In effect, disabling the page file simply 
means the system cannot move writable memory out to disk. The system still 
can move all read-only memory to disk, such as code and static data (i.e. 
resources) loaded from application and library files.

	Thorsten


Post a reply to this message

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