Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #31755
| References | <76D03718A3233B4C8CC236C169B535B5A23E063E45@AUSP01VMBX08.collaborationhost.net> |
|---|---|
| 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 |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2520.1350672525.27098.python-list@python.org> (permalink) |
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 comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Python does not take up available physical memory Ian Kelly <ian.g.kelly@gmail.com> - 2012-10-19 12:48 -0600
csiph-web