IBM Cognos: Configurações e Tuning: Difference between revisions
(Criou a página com "= Configuração e Tuning = ===Configuring JVM heap size for IBM Cognos Query Service=== # Open the Cognos administrative console by selecting Launch > IBM Cognos Administ...") |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
===Configuring JVM heap size for IBM Cognos Query Service=== | ===Configuring JVM heap size for IBM Cognos Query Service=== | ||
# Open the Cognos administrative console by selecting | # Open the Cognos administrative console by selecting '''IBM Cognos Administration'''. | ||
# Open the Service configuration page and select Dispatchers and Services. | # Open the Service configuration page and select '''Dispatchers and Services'''. | ||
# Click the Dispatcher URL and Find Query Service. | # 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. | # 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. | # Restart the Query Service to make the JVM heap size setting take effect. | ||
[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 = | ||
Line 14: | Line 30: | ||
* [[Tecnologias| Mais Artigos sobre Cloud / WebDev / Tecnologias]] | * [[Tecnologias| Mais Artigos sobre Cloud / WebDev / Tecnologias]] | ||
[[Category:IBM | [[Category:IBM Cognos]] |
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.