Clarification for maxNumberOfProcesses and number of queues
According to dicument 644511.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=548015185590273&id=644511.1&_afrWindowMode=0&_adf.ctrl-state=1970ilh7n8_109
maxKernelProcesses for [JDENET] must be equal to the sum of maxNumberProcesses of all the [JDENET_KERNEL_DEFxx] ..
I started reading the document to add one more queue to our system but before i start i checked the server INI and found out the following values:
[NETWORK QUEUE SETTINGS]: 6 UBEQueues + PackageQueues + SpecInstallQueues = 8
[JDENET_KERNEL_DEF2]: maxNumberOfProcesses = 1
[JDENET]: maxKernelProcesses=50
Question #1 : The thing is that the sum of all maxNumberProcesses is 21 and not 50.
Question #2: [JDENET_KERNEL_DEF2]: maxNumberOfProcesses should be 8 or 1 as it is?
I need to finally decide if i already have any issue with this setup and what to do to add one more UBEQueue.