A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2017-January/147236.html below:

[Python-Dev] Investigating Python memory footprint of one real Web application

[Python-Dev] Investigating Python memory footprint of one real Web application [Python-Dev] Investigating Python memory footprint of one real Web applicationVictor Stinner victor.stinner at gmail.com
Tue Jan 24 09:08:03 EST 2017
2017-01-24 15:00 GMT+01:00 INADA Naoki <songofacandy at gmail.com>:
> And here are top 3 tracebacks from tracemalloc:
>
> 15109615 (/180598)
>   File "<frozen importlib._bootstrap_external>", line 488
>   File "<frozen importlib._bootstrap_external>", line 780
>   File "<frozen importlib._bootstrap_external>", line 675
>   File "<frozen importlib._bootstrap>", line 655

FYI at Python startup, usually the largest memory block comes from the
dictionary used to intern all strings ("interned" in unicodeobject.c).
The traceback is never revelant for this specific object.

Victor
More information about the Python-Dev mailing list

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4