Increase process number in FreeBSD 6.0
- From: "Thawan Kooburat" <kthawan@xxxxxxxxx>
- Date: Thu, 23 Feb 2006 02:25:33 +0700
Hi
I am using FreeBSD 6.0. My course assignment required me to
increase process number running on a system.
I have already modify /boot/loader.conf on following parameters
kern.maxusers = 384
kern.maxproc = 50000
kern.maxprocperuid = 50000
But after reboot maxproc and maxprocperuid is only 5278 and 4755
respectively. From my research maxproc is calculated from maxusers,
but i think my maxproc number is limited by other factors as well.
Are there any suggestion to this problem without increasing RAM?
My system is running on VMware and 256 MB of RAM available. The test
program create process by using fork() and child processes is put to
sleep() immediately after its creation.
Thanks
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Increase process number in FreeBSD 6.0
- From: Nikolas Britton
- Re: Increase process number in FreeBSD 6.0
- Prev by Date: Re: 3Ware Escalade Issues
- Next by Date: A question on console and UTF-8
- Previous by thread: clipping netstat -w error counts
- Next by thread: Re: Increase process number in FreeBSD 6.0
- Index(es):
Relevant Pages
|
|