cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

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.

0 Likes
View Entire Topic
Former Member
0 Likes

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.

Regards,

Ashutosh

Message was edited by: Sylvia Delcheva

Former Member
0 Likes

hi,

I seeing in the MMC max thread count is 400 but i am maintained whatever values in max thread count of thread manager,it will not affect any changes in max thread count in MMC.

Former Member
0 Likes

Hi,

So,you are saying that you have Application Thread count from (Instance->manager->app threadmanager) + ThreadManager(Instance>manager>ThreadManager) count is 200 and its showing count of active Thread in MMC as more than 200?

Just to make sure you are checking in same application server on MMC?

Thanks