Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31755 > unrolled thread
| Started by | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| First post | 2012-10-19 12:48 -0600 |
| Last post | 2012-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.
Re: Python does not take up available physical memory Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-19 12:48 -0600
| From | Ian Kelly <ian.g.kelly@gmail.com> |
|---|---|
| Date | 2012-10-19 12:48 -0600 |
| Subject | Re: 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.
Back to top | Article view | comp.lang.python
csiph-web