cancel
Showing results for 
Search instead for 
Did you mean: 

New server process creation factors

former_member201054
Contributor
0 Kudos

Hi,

Installed an EP 7.0 system on Windows and Oracle 10.2

thinking about creating a new server process (server1) to it.

By what factors I can conclude a new server process creation is must to the system . Because the new server process should not hamper the system

Thanks a ton

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Dear Daniel,

First of all creation of a new server process should be considered if the server load is too high.

Secondly while deciding to do so you should make a note that the jlaunch processes occupy more heap than just the heap size. You need to keep in mind that heap memory is only part of the memory allocated. The process level memory has following parts (server node):

- Heap memory (-Xmx, default is 2048MB)

- Perm Memory (PermSize, default is 512MB)

- Libraries and Threads (around 256MB to 512MB)

Therefore, you can sum up all the currently existing server processes in the system and check for the possibility of addition of new ones as per the hardware limitations.

I hope this helps.

Kind Regards,

Abhishek

Answers (1)

Answers (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

Same has been explained in SAP note 723909.

Thanks

Sunny