cancel
Showing results for 
Search instead for 
Did you mean: 

Calculate the number of PROCESSes required for multiple servers

Former Member
0 Kudos

Hi gurus,

We are running SAP 46C on Oracle 10.2.0.2, we have a db server and an application server.

DB server(CI) has 49 ABAP processes and no J2EE processes.

Application server has 24 processes and no J2EE processes.

I would like to ask what will be the value of parameter PROCESSES then? Do I include or exclude

the proceses of Application server?

"#ABAP work processes * 2 +

#J2EE server processes *

<max-connections> +

PARALLEL_MAX_SERVERS + 40

"

Regards,

Annie

Accepted Solutions (1)

Accepted Solutions (1)

stefan_koehler
Active Contributor
0 Kudos

Hello Annie,

> Do I include or exclude the proceses of Application server?

You have to include the processes of all ABAP instances, so yes you have to include your additional application server.

In your case it is: 73 * 2 + PARALLEL_MAX_SERVERS + 40

Regards

Stefan

Former Member
0 Kudos

Thanks Stefan!

Former Member
0 Kudos

Hi Stefan, can you assist in the following:

J2EE server processes * <max-connections>;

Where/How do I get these values?

Much appreciated.

Dawid

stefan_koehler
Active Contributor
0 Kudos

Hello Dawid,

> Where/How do I get these values?

You will see every J2EE server in the Visual Administrator.

1) Open the Visual Administrator and select Server <X> -> Services -> JDBC Connector.

2) Select the appropriate DataSource within the Runtimetab on the right

3) Select the tab named Additional -> and take a look at Maximum Connections

Regards

Stefan

Former Member
0 Kudos

Thanks a lot!

Answers (0)