BusinessObjects Board

The old standard BI on BI Report on bi platform CMS system database takes too much memory

The old standard BI on BI Report on bi platform CMS system database takes too much memory… ERROR:
The following database error occurred: (CS) "Unexpected behavior : Java heap space (failed to allocate 12256 bytes) (max heap: 2048 MB)
So where to configure more memory - eg. increase may heap ? Which server/service?

  • Wobi

Could be the Adaptive Job Server. In the properties for the server, you can add the Xmx switch to -javaargs to configure the heap size

Thank you for the lead - I will check this…

Wobi

It wouldn’t necessarily be the Job Server, which is only involved if the report is scheduled. For Webi reports, the job server passes the processing to the Webi Processing server. So, you need to look at that and especially at the DSL_Bridge service to make sure you have enough memory allocated using the -Xmx java switch.

-Dell

Well my approach was totally wrong - it is not a service it is java in general so you have to grant java more memory: SAP notes/2235091!

1 Like