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: Kalle August Raiskila
Subject: Re: Possible to increase 256 Mb Memory Limit? (Windows 2000)
Date: Tue, 16 Nov 2004 15:23:55 +0200 (EET)

On Tue, 16 Nov 2004, Richard Thomas wrote:

Apologies if this is an old issue, but I couldn't find any relevant answers in the 2004 archive or the online help..

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, for example by typing the following:

clear all; a = zeros(5000,6000);

Is there any way to increase this memory limit? (preferably without having to compile from source code, or to install cygwin standalone).

This is an OS issue.
The above example works on linux and SunOS, but fails on OSF1 (alpha).

What you need is to tune up (if possible) the amount of virtual memory per
process.

HTH
Kalle



-------------------------------------------------------------
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]