cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Setting the Java thread stack size

sascha_jaekel
Product and Topic Expert
Product and Topic Expert
0 Likes
1,165

Hi experts,

I was just browsing thru a customers BI 4 landascape and I found out, that for some customized (copied) APS services the Java thread stack size isn't set to any value. Default APS shows -Xss1M, this value isn't set (even exists) on any copied APS.

Is that by design, or has this value to be set afterwards at all time?

cheers,

Sasha

View Entire Topic
0 Likes

Sascha,

Nice meeting you here 🙂

Cloning does not copy the command line at all. I guess thus is because the command line arguments contain a lot of info corresponding to the individual instance of the service (eg. Directories using partially the name of the instance). It would be too risky to clmne automatically the command line settings.

My observation is that during cloning the command line is set to contain some default settings derived from the type of the services included in the cloned server. Any custom settings like heap size should be applied again to the cloned instance.

Greetings from HH

Stratos