All Questions
3 questions
2
votes
3
answers
864
views
freebsd 7.2 kern.threads.max_threads_per_proc doesn't change after reboot
I have some multithread apps on my server machine based on FreeBSD 7.2, so because of this I need to increase kern.threads.max_threads_per_proc to 4000 (default value is 1500).
I changed it using "...
0
votes
1
answer
685
views
mongodb : Can create new thread on FreeBSD?
We experienced some strange thing in our mongodb gridfs platform. The platform actually is a bi Xeon E5 (bi quad core) with 128GB of memory, running on freebsd 9 with a zfs pool dedicated for mongodb.
...
5
votes
1
answer
3k
views
Increasing FreeBSD threads
For network apps that create one thread per connection (like Pound), threadcount can become a bottleneck on the number of concurrent connections you can server.
I'm running FreeBSD 8 x64:
$ sysctl ...