Re: Unreasonable memory usage under linux with a simple loop

2009-01-02 Thread ming_cuhk
On Jan 2, 11:52 pm, Michele Simionato wrote: > On Jan 2, 4:50 pm, ming_cuhk wrote: > > > > > On Jan 2, 11:49 pm, Michele Simionato > > wrote: > > > > On Jan 2, 4:45 pm, ming_cuhk wrote: > > > > > Hi all, I'm new to here and python. > > > > When I tried the code below to test python's speed... >

Re: Unreasonable memory usage under linux with a simple loop

2009-01-02 Thread Michele Simionato
On Jan 2, 4:50 pm, ming_cuhk wrote: > On Jan 2, 11:49 pm, Michele Simionato > wrote: > > > > > On Jan 2, 4:45 pm, ming_cuhk wrote: > > > > Hi all, I'm new to here and python. > > > When I tried the code below to test python's speed... > > > I found that python use more than 1.5G memory to run th

Re: Unreasonable memory usage under linux with a simple loop

2009-01-02 Thread ming_cuhk
On Jan 2, 11:49 pm, Michele Simionato wrote: > On Jan 2, 4:45 pm, ming_cuhk wrote: > > > Hi all, I'm new to here and python. > > When I tried the code below to test python's speed... > > I found that python use more than 1.5G memory to run this and cost > > several minutes And this happened o

Re: Unreasonable memory usage under linux with a simple loop

2009-01-02 Thread Michele Simionato
On Jan 2, 4:45 pm, ming_cuhk wrote: > Hi all, I'm new to here and python. > When I tried the code below to test python's speed... > I found that python use more than 1.5G memory to run this and cost > several minutes And this happened only under my linux os. Both > jython and python...  Is the