hi!
i have slow not optimal report and when it run java process on server increase used memory and final appear error message ("application cant start corectly" - something like this) as a result i kill that java process and ok.
Quote from: en1 on 29 Sep 2015 05:20:37 AM
hi!
i have slow not optimal report and when it run java process on server increase used memory and final appear error message ("application cant start corectly" - something like this) as a result i kill that java process and ok.
Is there a question in there somewhere? :)
MF.
::) how can setup maximum memory size used for 1 report process? i find doc describe setup maximum memory size for JVM. but in this case my slow report use all limit of memory...
Quote from: en1 on 29 Sep 2015 05:46:41 AM
::) how can setup maximum memory size used for 1 report process? i find doc describe setup maximum memory size for JVM. but in this case my slow report use all limit of memory...
The simple answer is you can't. The report is being run on a specific Cognos server, and you can change the jvm heap size for this overall, but not for a specific report process.
The important question here is why your report is gobbling up all the memory. What is it doing? Are you trying to use Cognos as an ETL tool to dump data into Excel?
MF.