Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

why psyco using more memery in liunx?

0 views
Skip to first unread message

Kyo Guan

unread,
Aug 16, 2007, 10:32:26 PM8/16/07
to pytho...@python.org
Hi all:

When you import psyco in python2.5, you can see the memery grow up
near 40MB in linux. but the same version python and psyco, is only grow up 1MB
under windows.

kyo


kyo guan

unread,
Aug 16, 2007, 10:46:01 PM8/16/07
to pytho...@python.org

Steve Holden

unread,
Aug 16, 2007, 11:23:13 PM8/16/07
to pytho...@python.org, pytho...@python.org
Please don't repeat the question again. It *has* reached the list.
Patience is a virtue ...

regards
Steve
--
Steve Holden +1 571 484 6266 +1 800 494 3119
Holden Web LLC/Ltd http://www.holdenweb.com
Skype: holdenweb http://del.icio.us/steve.holden
--------------- Asciimercial ------------------
Get on the web: Blog, lens and tag the Internet
Many services currently offer free registration
----------- Thank You for Reading -------------

Steve Holden

unread,
Aug 16, 2007, 11:23:13 PM8/16/07
to kyo guan, pytho...@python.org

Michael L Torrie

unread,
Aug 17, 2007, 3:25:18 PM8/17/07
to pytho...@python.org
kyo guan wrote:
> Hi all:
>
> When you import psyco in python2.5, you can see the memery grow up near 40MB in linux. but the same version python and
> psyco, is only grow up 1MB under windows.

I have a hunch it's because of how the OS's are reporting shared memory
usage. IE, the 1 MB increase under windows may not be altogether
truthful, and neither is the reported 40 MB on linux. Memory usage is
tricky to judge on any modern OS, as shared libraries do increase the
apparent memory use by an application, but the libraries are shared with
other applications and OS components.

>
> kyo
>

0 new messages