MemoryError, can I use more?
Tommy Grav
tgrav at mac.com
Sun Feb 14 20:03:26 EST 2010
More information about the Python-list mailing list
Sun Feb 14 20:03:26 EST 2010
- Previous message (by thread): FW: MemoryError, can I use more?
- Next message (by thread): MemoryError, can I use more?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Feb 14, 2010, at 7:20 PM, Echavarria Gregory, Maria Angelica wrote: > > Dear Chris, > > One of the machines I tested my app in is 64 bit and happened the same. The RAM consumed by the OS and other processes is already included in the 2.2 I'm telling... my app enters to work when the RAM is already consumed in ~600 MB in the 3- 32 bit machines ... in the 64 bit machine was exactly the same only that it started a little bit higher because it has windows 7... so should I understand that there is nothing I can do for my app to use up more RAM? It is not just the machine. If your python is compiled as 32bit then it will be limited to 2GB. To use more you have to use a 64 bit python on a 64 bit machine. Tommy -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-list/attachments/20100214/d707c9e7/attachment-0001.html>
- Previous message (by thread): FW: MemoryError, can I use more?
- Next message (by thread): MemoryError, can I use more?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list