help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Possible to increase 256 Mb Memory Limit? (Windows 2000)


From: Richard Thomas
Subject: Re: Possible to increase 256 Mb Memory Limit? (Windows 2000)
Date: Tue, 16 Nov 2004 15:37:28 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0.2) Gecko/20030208 Netscape/7.02

Mirek,

Thanks for your speedy response (and the others who've replied too)...

address@hidden wrote:

I have installed octave-2.1.42-windows-atlas.exe binary from octave.sf.net on a Windows2000 PC, selecting the octave-2.1.42-p4atlas version. Although I have ~ 1 Gb memory, Octave seems to give a "memory exhausted" error message when it hits the 256 Mb boundary,

that points to

   http://cygwin.com/cygwin-ug-net/setup-maxmem.html

I've modified the registry as suggested, by running the following within the rxvt.exe terminal: /bin/regtool.exe -i set /HKLM/Software/Cygnus\ Solutions/Cygwin/heap_chunk_in_mb 1024

Restarting the PC and running Octave, the changed registry entry is visible:
>> system('/bin/regtool.exe -v list "/HKLM/Software/Cygnus Solutions/Cygwin"') mounts v2 C__quartus_bin_cygwin_bin_cygwin1_dll\ (cygnus)
Program Options\ (cygnus)
heap_chunk_in_mb = 0x00000400 (1024)
ans = 0

Unfortunately, it does not seem to have been picked up:
>> clear all;a = zeros(5000,6500)
error: memory exhausted -- trying to return to prompt

Any ideas? Perhaps I need a later version of Octave for this feature?

Richard



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]