maxuser - kernel tuning solaris 8


 
Thread Tools Search this Thread
Operating Systems Solaris maxuser - kernel tuning solaris 8
# 1  
Old 05-05-2009
maxuser - kernel tuning solaris 8

Hi all

Seem to have a concurrent processes issue on a server of mine. At peak times, the application vendor reckons we need to up the amount, as it is reaching its limit and preventing any more processes.

Looking in /etc/system, nothing has been set, so server is running with default levels.

been searching the net, and have sort of figured that setting maxusers correctly, will inturn update all other paramters, including the number of processes. Reading sun's docs / internet manuals / user views, I should set the maxusers to the amount of physical memory, aka ive got 24576Mb.

How does this sound to you experts ?

Currently, my server has 2048 for maxusers

mdb -kw; maxusers/D shows me 2048

So, Im planning to enter "set maxusers=24576" in to /etc/system. but, should I then leave the kernel to then calculate the other parameters accordingly ? or should I also add enteries for them too e.g. max procs, max_nprocs etc etc.

some advice would be gratefully appriecated :0)

SBK
# 2  
Old 05-05-2009
Other kernel variables are set by doing "maxusers times a number" so do not increase maxusers by too large an amount or else the kernel will take all your memory leaving nothing for the applications and users!

May I suggest this: http://www.princeton.edu/~unix/Solar.../kerntune.html to answer your other queries?
# 3  
Old 05-06-2009
Thanks Tony. I have read that site before and found it useful.

Ive set the maxusers to 4096, 2 x max_limit_users. and will leave the kernel to cascade through the other settings, adjusting accordingly, after the reboot.

Cheers

SBK
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. IP Networking

[solaris]TCP clnt_max_conns testing tuning

Hi I am looking to tweek the rpcmod:clnt_max_conns to take advantage of extra bandwidth. I am running iperf -c <server_ip> -t 1800 -i 10 to check the throughput before and after I change the value in /etc/system, but not seeing any throughput improvement. How should I be testing this? Any... (4 Replies)
Discussion started by: eeisken
4 Replies

2. Solaris

Kernel parameters problem in Solaris 10

please tell me the list of kernel parameters in solaris10. Because we've a requirement in one project. Also tell me the importance of eah kernel parameter if possible. Thanks in Advance.:):cool: (2 Replies)
Discussion started by: vamshigvk475
2 Replies

3. Solaris

Solaris Performance tuning

Dear all, I have a Local zone , where users feel that performance is not good. Is it wise to collect the inputs from the local zone rather than taking from the global zone. And also Can I tune from Global zone , so that it will reflect in local zone. Rgds rj (2 Replies)
Discussion started by: jegaraman
2 Replies

4. Solaris

Solaris kernel Update

Hi All, I am installing kernel Update 3.0 in my Solaris servers. It actually installs most of the patches in this update , but for some packages it is not installing. It is saying ... Version of package SUNWcakr from directory SUNWcakr.us in patch 137137-09 differs from the package... (7 Replies)
Discussion started by: jegaraman
7 Replies

5. Web Development

MySQL Tuning Tools with mysqltuner.pl and tuning-primer.sh

We have been tuning MySQL lately and I ran accoss two useful tools that you might be interested in: mysqltuner.pl tuning-primer.sh Both of these scripts are quite useful for MySQL tuning. Here is some sample output of mysqltuner.pl >> MySQLTuner 0.9.8 - Major Hayden... (3 Replies)
Discussion started by: Neo
3 Replies

6. Solaris

Is it possible to recompile the kernel or any userland on Solaris

Hi I am a FreeBSD user Just want to know is it possible to recompile kernel or any other userland in Solaris 10 or OpenSolaris? I want check out this UNIX OS which has Flash 9 support :D (2 Replies)
Discussion started by: weinter
2 Replies

7. Solaris

Kernel Parameters in Solaris 10

Hello, Can anyone point me out as to how to set the following parameters in Solaris Kernel: set semsys:seminfo_semmni=16384, set semsys:seminfo_semmns=32768,set semsys:seminfo_semmsl=1024, set semsys:seminfo_semmnu=16384,set semsys:seminfo_semume=1024, set shmsys:shminfo_shmmax=4294967295,set... (8 Replies)
Discussion started by: AQG
8 Replies

8. UNIX for Advanced & Expert Users

tuning kernel parameters

Can only root do this, or can other users too? if other users can, do they have to be given permission, and if so, is there a file or something that stores this? Thanks. (4 Replies)
Discussion started by: JamesByars
4 Replies

9. UNIX for Dummies Questions & Answers

rebuilding sun solaris kernel

How would I rebuild the sun solaris kernel to include my new Oracle paramters? (3 Replies)
Discussion started by: jigarlakhani
3 Replies
Login or Register to Ask a Question