Re: python 2.5 and 3gb switch



The code runs successfully in lesser missions it just wont run in the extra
memory available when I try to run it along with my other programs in a 3gb
space.

Still, it would be helpful if you explained how "wont run" manifests:
does it fail to start, does it give you an exception, does it crash,
does it erase your hard disk?

I'm not aware of a 3gb Python build, but you should be able to build it
yourself.

Regards,
Martin
.



Relevant Pages

  • Re: Python memory handling
    ... > "cost" is really a fallacy, at least on modern virtual memory sytems. ... but the Python GC is only for breaking refcounts ... allocates 600 MB of RAM and does not use 550 MB after one minute and ... has to allocate and write 550 MB onto your hard disk. ...
    (comp.lang.python)
  • Re: python 2.5 and 3gb switch
    ... I am asking if any one knows of a 3gb python build. ... The code runs successfully in lesser missions it just wont run in the extra ... memory available when I try to run it along with my other programs in a 3gb ...
    (comp.lang.python)
  • Re: Writing huge Sets() to disk
    ... that this code takes a lot of extra memory. ... > I believe it's the references problem, ... It's a bit unfortunate that all those instance variables are global to ... it merely aggregates it for use in storing new Python objects. ...
    (comp.lang.python)
  • Re: Memory Leaks and Heapy
    ... I'm trying to plug some memory leaks in a TurboGears program. ... and simplejson for message passing between the server ... I'm using Heapy. ... means there are not many leaked objects in the python space. ...
    (comp.lang.python)
  • Re: Newbie completely confused
    ... Your program uses quite a bit of memory. ... And really, reading 30MB files should not be such a problem, right? ... 'del LINES' deletes the lines that are read from the file, but not all of your data structures that you created out of them. ... The python code loads a module written in C++ and some of the member variables actually point to C++ objects created dynamically, so one actually has to call their destructors before unbinding the python var. ...
    (comp.lang.python)