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: 2.6, 3.0, and truly independent intepreters
    ... just the GIL being in place, but of course it's there for a reason. ... Python faster on single core machines and more stable on multi core ... Other language designers think the same way. ... with languages that use memory pointers, have the potential to get out ...
    (comp.lang.python)
  • Re: why cannot assign to function call
    ... a porch the same if all its ... actual Python objects tend to be mutable only if they are ... In CPython, the id is given by the memory location of the object, which ... significant changes and replacements and add-ons that nevertheless don't ...
    (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)