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


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

Re: Python does not take up available physical memory

Started byIan Kelly <ian.g.kelly@gmail.com>
First post2012-10-19 12:48 -0600
Last post2012-10-19 12:48 -0600
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 Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-19 12:48 -0600

#31755 — Re: Python does not take up available physical memory

FromIan Kelly <ian.g.kelly@gmail.com>
Date2012-10-19 12:48 -0600
SubjectRe: Python does not take up available physical memory
Message-ID<mailman.2520.1350672525.27098.python-list@python.org>
On Fri, Oct 19, 2012 at 11:08 AM, Pradipto Banerjee
<pradipto.banerjee@adainvestments.com> wrote:
> Is there any reason why python can’t read a 1GB file in memory even when a
> 2.3 GB physical memory is available? Do I need to make a change in some
> setting or preferences?
>
>
>
> I am using python(x,y) distribution (python 2.7) and use Spyder as the IDE.

Probably you're using a 32-bit Python build, and Windows wasn't able
to allocate enough contiguous virtual memory for the process.

Try using a 64-bit build instead.

[toc] | [standalone]


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


csiph-web