MathGroup Archive 2002

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Memory problems

  • To: mathgroup at smc.vnet.net
  • Subject: [mg33772] Re: Memory problems
  • From: Jens-Peer Kuska <kuska at informatik.uni-leipzig.de>
  • Date: Tue, 16 Apr 2002 03:50:19 -0400 (EDT)
  • Organization: Universitaet Leipzig
  • References: <a93b7u$pie$1@smc.vnet.net>
  • Reply-to: kuska at informatik.uni-leipzig.de
  • Sender: owner-wri-mathgroup at wolfram.com

Hi,

use only 10^7 random numbers or by some memory chips.

Regards
  Jens

poonam wrote:
> 
> Hi,
> 
> I am trying to do the equation below and I get a message which says
> not enough memory and kernel will shut down. I am doing this on a
> 360MHz Unix machine with 384MB RAM as well on 256MB PC.
> 
> Info = Table[Random[Integer],{10^8}]
> 
> It works fine upto 10^7 beyond which it says not enough memory. This
> is just the first step in my package. I have a lot of further
> computations to do on this list. Is there a way to solve this problem?
> 
> Thanks.
> 
> Poonam


  • Prev by Date: Re: How the best book in Mathematica Programming
  • Next by Date: Evaluation of Conditional Definitions
  • Previous by thread: Memory problems
  • Next by thread: Re: Memory problems