|
|
|
|
|
by jamesaguilar
5666 days ago
|
|
Two problems with your assertion: - 8MB of virtual memory is allocated. In practice, only a page or two will be allocated to hold the base of the stack, and of course any memory required for the request's data. - You can decrease the default stack size, and would if you were trying to work with a lot of threads. |
|