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


Groups > comp.lang.python > #31755

Re: Python does not take up available physical memory

Path csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.025
X-Spam-Evidence '*H*': 0.95; '*S*': 0.00; 'subject:Python': 0.05; '(python': 0.05; '64-bit': 0.07; 'python': 0.09; '32-bit': 0.09; 'subject:not': 0.11; 'oct': 0.16; 'wrote:': 0.17; 'memory': 0.18; 'windows': 0.19; 'header:In-Reply-To:1': 0.25; 'setting': 0.26; 'am,': 0.27; '2.3': 0.27; 'instead.': 0.27; 'message- id:@mail.gmail.com': 0.27; 'build,': 0.29; 'probably': 0.29; 'fri,': 0.30; 'received:209.85.215.46': 0.30; 'file': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'there': 0.35; "wasn't": 0.36; 'enough': 0.36; 'why': 0.37; 'virtual': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'build': 0.39; 'header:Received:5': 0.40; 'charset:windows-1252': 0.65; 'physical': 0.69; '1gb': 0.84; 'can\x92t': 0.84; 'to:name:python': 0.84; 'subject:available': 0.96
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=YGyd1S38AsrlbJ99YLPXP+jAk6C6OuWQSiKWAJW5enU=; b=xKaEvQVYef7/zp1abMPTs44+61/7qrGAn/90t6fCVjvFIcFcAsaKCsUzYoTdayiuLf soy2spXpdM5W/z9eZ8cDmNWgHi/pdFVD2cQ5q+gJ+S+50ZpR/wNW/O3hT3GIU06OOQdI RVm4jbiJvkXBv3gapGIQm2iWA4XJUPkQSxFNsQjEc65syXDo/837wtYFxM48/Q+IK8wN nptXhSAaq1BCcAE6PapNO2vwjKKH1ERyRdkHKTfgwrkP8zx7P/7QiVg7h0gqOG35Cw23 DPb/x6eFjcClUpWg+OCBc8L0vg1S1rtfwvyRu2uRkCRsr92cx14zKe42lFnZ/D3hGbkf pYaw==
MIME-Version 1.0
In-Reply-To <76D03718A3233B4C8CC236C169B535B5A23E063E45@AUSP01VMBX08.collaborationhost.net>
References <76D03718A3233B4C8CC236C169B535B5A23E063E45@AUSP01VMBX08.collaborationhost.net>
From Ian Kelly <ian.g.kelly@gmail.com>
Date Fri, 19 Oct 2012 12:48:12 -0600
Subject Re: Python does not take up available physical memory
To Python <python-list@python.org>
Content-Type text/plain; charset=windows-1252
Content-Transfer-Encoding quoted-printable
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.2520.1350672525.27098.python-list@python.org> (permalink)
Lines 16
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1350672525 news.xs4all.nl 6917 [2001:888:2000:d::a6]:60046
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:31755

Show key headers only | View raw


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


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