cancel
Showing results for 
Search instead for 
Did you mean: 

Threads Limit in MMC

Former Member
0 Kudos

hi experts,

I have defined maxthread count in application thread manager and thread manager as 100.so it should come total 200.

But it is showing in MMC Thread limit as 400 .Kindly clarify any one.

View Entire Topic
former_member197561
Active Participant
0 Kudos

Hi Arun,

To change the ThreadCount you can login to configtool

\usr\sap\<SID>\DVEBMGSnn\j2ee\configtool -> sh configtool.sh  (or configtool.bat).

Under "instance" -> managers -> ThreadManager

You can define Initial, Max and Min thread count here.

Ideally set them to the same value to avoid resize at runtime, becasue the resize of thread pool requires synchronization for a short while.

If in MMC you see 400 , when in config tool you set 200 then you have 2 java server nodes or you have not restarted the java instance after changing the parameters.

I have not experienced mismatch on other systems, so for sure no bug there.

Regards,

Sylvia