"rbt" wrote:

> For example, say I have the same Python script running on two WinXP computers 
> that both have 
> Python 2.4.0. One computer has 256 MB of Ram while the other has 2 GB of Ram. 
> On the machine with 
> less Ram, the process takes about 1 MB of Ram. On the machine with more Ram, 
> it uses 9 MB of Ram.
>
> Is this normal and expected behavior?

1 MB sounds low, 9 MB sounds more reasonable for a script that uses a few mega-
bytes of data.  what tool are you using to determine the process size?

</F> 



-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to