IBM Cognos: Configurações e Tuning: Difference between revisions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
[https://www.ibm.com/docs/en/cognos-analytics/11.0.0?topic=administration-setting-query-service-properties Setting query service properties] | [https://www.ibm.com/docs/en/cognos-analytics/11.0.0?topic=administration-setting-query-service-properties Setting query service properties] | ||
=== BIBusTKServermain tuning === | |||
my BIBusTKServermain was 32 bits | |||
ps -efw | grep BIBusTKServermain | |||
'''.../cognos/.../bin/BIBusTKServermain''' | |||
Directory '''bin''' is for 32 bits processes and '''bin64''' is for 64 bits processes | |||
Changed the setting suggested on technote - The [https://www.ibm.com/support/pages/orphaned-bibustkservermainexe-processes-hang BIBusTKServermain process is overwhelmed and becomes unresponsive or crashes]. | |||
= Ver também = | = Ver também = |
Latest revision as of 15:47, 25 March 2022
Configuração e Tuning
Configuring JVM heap size for IBM Cognos Query Service
- Open the Cognos administrative console by selecting IBM Cognos Administration.
- Open the Service configuration page and select Dispatchers and Services.
- Click the Dispatcher URL and Find Query Service.
- Change the initial JVM heap size and JVM heap size limit of the Query Service to the value that you want to set by selecting More > Set properties > Settings and entering the value.
- Restart the Query Service to make the JVM heap size setting take effect.
Setting query service properties
BIBusTKServermain tuning
my BIBusTKServermain was 32 bits
ps -efw | grep BIBusTKServermain .../cognos/.../bin/BIBusTKServermain
Directory bin is for 32 bits processes and bin64 is for 64 bits processes
Changed the setting suggested on technote - The BIBusTKServermain process is overwhelmed and becomes unresponsive or crashes.