On 1/16/2010 11:16, DIETER ENSSLEN wrote:
> the commonest problem i encounter with J is the 'out of memory' (oom) problem 
> with slowly converging series.
>
> How much less common is that with a state of the art 64 bit, huge GB RAM 
> machine. Is the relationship linear? ie  x 10 GB more RAM, a factor of 10 
> more before the oom error messsage?
>
> OK, OK, I should learn to program around the out of memory problem.
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>

I suspect it depends on the details.

Here is an example of a program that fails due to lack of memory on 32 bit 
systems but will run to completion on 64 bit systems.  It will run in a 
reasonable length of time with 8 gigabytes of memory.  With less than 4 
gigabytes of memory, it takes much longer.

http://www.jsoftware.com/jwiki/JDB/Netflix

--
David Mitchell
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to