Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Onconfig parameters

Status
Not open for further replies.

aroui

MIS
Joined
May 10, 2004
Messages
4
Location
TN
I'm upgrading unix server from 4 to 8 processors
Informix onconfig file contains these lines :

MULTIPROCESSOR 1 # 0 for single-processor, 1 for multi-processor
NUMCPUVPS 3 # Number of user (cpu) vps
SINGLE_CPU_VP 0 # If non-zero, limit number of cpu vps to one

Is these parameters correct and do I have to change other parameters?

thanks for your help;
regards,
 
Hi!

MULTIPROCESSOR is 1
= your Informix will make use of them. -> FINE

NUMCPUVPS = 3
= Informix will start three virtual processors and assign one physical processor each

concerning optimization of this you will find a lot of answers, since it depends on your individual server and application which setting will be best for you. some say NUMCPUVPS should be NUM_OF_PHYSICAL_PROCESSORS - 1, other machines will perform better with NUMCPUVPS > PHYSICAL_PROCS.

So simply play around a little (if you can ...) to find out.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top