Memory Problems in Windows 2003 Server

Tim Roberts timr at probo.com
Sun Oct 14 00:23:36 EDT 2007


AMD <amdescombes at gmail.com> wrote:
>
>I do the reading one line at a time, the problem seems to be with the 
>dictionary I am creating.

I don't know whether Python dictionaries must live in a contiguous piece of
memory, but if so, that could be the issue.  The system DLLs in Server 2003
have been "rebased" in such a way that they chop up the virtual address
space more than XP.  Even though there is more virtual memory available, it
is fragmented.
-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list