multythreading app memory consumption

Neil Hodgson nyamatongwe+thunder at gmail.com
Mon Oct 23 19:25:47 EDT 2006


Roman Petrichev:
> Dennis Lee Bieber wrote:
>>     How much stack space gets allocated for 150 threads?
> Actually I don't know. How can I get to know this?

    On Linux, each thread will often be allocated 10 megabytes of stack. 
This can be viewed and altered with the ulimit command.

    Neil



More information about the Python-list mailing list