If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Informix > Numcpuvps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-11-03, 09:22
Ramesh Ramesh is offline
Registered User
 
Join Date: Aug 2002
Location: INDIA
Posts: 24
Angry Numcpuvps

I am getting a message like in the error log :

"The number of configured CPU poll threads exceeds 'NUMCPUVPS'."

What does it mean?

Regards,
Ramesh
Reply With Quote
  #2 (permalink)  
Old 02-12-03, 02:21
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
You need to check your NETTYPE setting and compare
the number of configured poll threads to your
available CPU VP's, i.e. NUMCPUVPS.


Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #3 (permalink)  
Old 02-12-03, 09:14
Ramesh Ramesh is offline
Registered User
 
Join Date: Aug 2002
Location: INDIA
Posts: 24
The onconfig has the following entries :

NETTYPE ipcshm,2,200,CPU
NUMCPUVPS 1

This could be reason for the error? So do I need to change
NUMCPUVPS to 2?

Regards,
Ramesh
Reply With Quote
  #4 (permalink)  
Old 02-12-03, 10:12
eherber eherber is offline
Registered User
 
Join Date: Aug 2002
Location: Bonn/Germany
Posts: 152
Yes, this is the problem.

However you should only set NUMCPUVPS to 2 if you
have more than one physical CPU on your machine.

If you only have a single cpu machine, than set
NUMCPUVPS to 1 and SINGLE_CPU_VP also to 1 (this
disables certain synchronisation overhead which is
only needed in a multi-cpu environment).
You can then set your NETTYPE to NETTYPE ipcshm,1,400,CPU
for example.

HTH.

Best regards

Eric
--
IT-Consulting Herber
WWW: http://www.herber-consulting.de
Email: eric@herber-consulting.de

***********************************************
Download the IFMX Database-Monitor for free at:
http://www.herber-consulting.de/BusyBee
***********************************************
Reply With Quote
  #5 (permalink)  
Old 02-13-03, 01:41
Ramesh Ramesh is offline
Registered User
 
Join Date: Aug 2002
Location: INDIA
Posts: 24
Many thanks

Ramesh
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On