Re: [Numpy-discussion] memmap working?

2006-11-13 Thread Charles R Harris
On 11/13/06, Mathew Yeates [EMAIL PROTECTED] wrote:
I have a memory mapped array. When I try and assign data, my mem usagegoes through the roof.Is it cache memory or process memory? I think a memory mapped file will keep pages cached in memory until the space is needed so as to avoid unneeded io. At least that is what happens in linux.
Chuck
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


Re: [Numpy-discussion] memmap working?

2006-11-13 Thread Mathew Yeates
Not sure. When I run top I see the line
Memory: 6016M real, 2895M free, 4174M swap in use, 2427M swap free

Its the second number that drops like a rock. Plus, it never comes back 
until I quit the program. This is a great way to turn my machine into a 
nice desk ornament!

Mathew


Charles R Harris wrote:


 On 11/13/06, *Mathew Yeates* [EMAIL PROTECTED] 
 mailto:[EMAIL PROTECTED] wrote:

 I have a memory mapped array. When I try and assign data, my mem usage
 goes through the roof.


 Is it cache memory or process memory? I think a memory mapped file 
 will keep pages cached in memory until the space is needed so as to 
 avoid unneeded io. At least that is what happens in linux.

 Chuck


 

 -
 Using Tomcat but need to do more? Need to support web services, security?
 Get stuff done quickly with pre-integrated technology to make your job easier
 Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
 http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
 

 ___
 Numpy-discussion mailing list
 Numpy-discussion@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/numpy-discussion
   



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642
___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion


Re: [Numpy-discussion] memmap working?

2006-11-13 Thread Charles R Harris
On 11/13/06, Mathew Yeates [EMAIL PROTECTED] wrote:
Not sure. When I run top I see the lineMemory: 6016M real, 2895M free, 4174M swap in use, 2427M swap freeIts the second number that drops like a rock. Plus, it never comes backuntil I quit the program. This is a great way to turn my machine into a
nice desk ornament!try free:[EMAIL PROTECTED] ~]$ free
 total used free shared buffers cachedMem: 1034952 995212 39740 0 126616 328124
-/+ buffers/cache: 540472 494480
Swap: 979956 152 979804The second line under 'used' shows actual program use, i.e
. used - buffers - cached from the first line. But if your system is dying I don't know what to say. My knowledge of these things is a bit sketchy.Chuck
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnkkid=120709bid=263057dat=121642___
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion