Messages in this thread |  | | Date | Wed, 7 May 2003 18:49:01 +0200 | From | Jörn Engel <> | Subject | Re: top stack (l)users for 2.5.69 |
| |
On Wed, 7 May 2003 07:47:36 -0700, William Lee Irwin III wrote: > On Wed, May 07, 2003 at 04:33:15PM +0200, Torsten Landschoff wrote: > > Pardon my ignorance, but why is the kernel stack shrinked to just a few > > kilobytes? With 256MB of RAM in a typical desktop system it shouldn't > > be a problem to use 256KB from that as the stack, but I am sure there > > are good reasons to shrink it. > > Just curious, thanks for any info > > The kernel stack is (in Linux) unswappable memory that persists > throughout the lifetime of a thread. It's basically how many threads > you want to be able to cram into a system, and it matters a lot for > 32-bit.
It also matters if people writing applications for embedded systems have a fetish for many threads. 1000 threads, each eating 8k memory for pure existance (no actual work done yet), do put some memory pressure on small machines. Yes, it would be possible to educate those people, but changing kernel code is more fun and less work.
Jörn
-- With a PC, I always felt limited by the software available. On Unix, I am limited only by my knowledge. -- Peter J. Schoenster - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |