Re: Swap memory in Python ? - three questions

2008-08-02 Thread Tim Roberts
John Nagle <[EMAIL PROTECTED]> wrote: >Robert LaMarca wrote: >> >> I am using numpy and wish to create very large arrays. My system is AMD 64 >> x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap >> drive. > > Does a full 64-bit version of CPython, one where all point

Re: Swap memory in Python ? - three questions

2008-07-31 Thread John Nagle
Robert LaMarca wrote: Hi, I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive. Does a full 64-bit version of CPython, one where all pointers and sizes are 64 bits, even exist?

Re: Swap memory in Python ? - three questions

2008-07-29 Thread Robert Kern
Terry Reedy wrote: Robert LaMarca wrote: Hi, I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive. The command I have been trying to use is; g=numpy.ones([1000,1000,1000],numpy.int32)

Re: Swap memory in Python ? - three questions

2008-07-29 Thread Terry Reedy
Robert LaMarca wrote: Hi, I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive. The command I have been trying to use is; g=numpy.ones([1000,1000,1000],numpy.int32) This returns a mem

Re: Swap memory in Python ? - three questions

2008-07-29 Thread Marc Christiansen
Robert LaMarca <[EMAIL PROTECTED]> wrote: > Hi, > > I am using numpy and wish to create very large arrays. My system is > AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a > 15 GB swap drive. > > The command I have been trying to use is; > g=numpy.ones([1000,1000,1000],

Re: Swap memory in Python ? - three questions

2008-07-29 Thread Scott David Daniels
Robert LaMarca wrote: Hi, I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive. The command I have been trying to use is; g=numpy.ones([1000,1000,1000],numpy.int32) This returns a memor

Swap memory in Python ? - three questions

2008-07-29 Thread Robert LaMarca
Hi, I am using numpy and wish to create very large arrays. My system is AMD 64 x 2 Ubuntu 8.04. Ubuntu should be 64 bit. I have 3gb RAM and a 15 GB swap drive. The command I have been trying to use is; g=numpy.ones([1000,1000,1000],numpy.int32) This returns a memory error. A smaller a