[Subject Prev][Subject Next][Thread Prev][Thread Next][Subject Index][Thread Index]
Re: [LI] fork()
- Subject: Re: [LI] fork()
- From: Arun Sharma <adsharma@xxxxxxxx>
- Date: Mon, 16 Aug 1999 10:31:13 -0700
On Mon, Aug 16, 1999 at 02:52:16AM -0700, Vimal Mathew wrote:
> Is the process table size fixed? Does it get swapped(?!) ?
Yes. Look for NR_TASKS in linux/include
There are two unrelated problems:
- - Limit on number of procs
- - Handling out of memory
Look for "swap overcommit" in the archives of the kernel mailing list to
learn about the second problem. Basically, an innocent process might
get shot for somebody else's fault.
-Arun
- --------------------------------------------------------------------
For more information on Linux in India visit http://www.linux-india.org/
The Linux India mailing list does not accept postings in HTML format.
------------------------------