Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #31764 > unrolled thread

RE: Python does not take up available physical memory

Started by"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
First post2012-10-19 19:33 +0000
Last post2012-10-19 19:33 +0000
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  RE: Python does not take up available physical memory "Prasad, Ramit" <ramit.prasad@jpmorgan.com> - 2012-10-19 19:33 +0000

#31764 — RE: Python does not take up available physical memory

From"Prasad, Ramit" <ramit.prasad@jpmorgan.com>
Date2012-10-19 19:33 +0000
SubjectRE: Python does not take up available physical memory
Message-ID<mailman.2530.1350675714.27098.python-list@python.org>
Pradipto Banerjee wrote:
> Thanks, I tried that. Still got MemoryError, but at least this time python tried to use the physical memory.
> What I noticed is that before it gave me the error it used up to 1.5GB (of the 2.23 GB originally showed as
> available) - so in general, python takes up more memory than the size of the file itself.


Of course it will. Python has to keep its own code in memory and 
load the file. Not to mention that the file is converted from data 
into a Python object with its own overhead.

Ramit Prasad


This email is confidential and subject to important disclaimers and
conditions including on offers for the purchase or sale of
securities, accuracy and completeness of information, viruses,
confidentiality, legal privilege, and legal entity disclaimers,
available at http://www.jpmorgan.com/pages/disclosures/email.  

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web