LBI Server Out of Memory

Sort:
You are not authorized to post a reply.
Author
Messages
thummel1
Veteran Member
Posts: 121
Veteran Member
    We have been experiencing a routine weekly outage with LBI. Users receive the message "LBI Server Out of memory".

    We were informed that it could be due to the volume of activity on the RAS Server, and suggested remedies included changing reports to not open in a Crystal Report viewer so that it bypasses the RAS Server. That was done on the reports that seemed most problematic yet the issue continues. Another suggestion was to rebuild more complex reports residing in Crystal in other systems that are less taxing, such as SQL Developer or SQL Server Management Studio.

    My question is, has your organization dealt with this error before and what did you do to remedy?

    Thank you for your time.
    Carl.Seay
    Veteran Member
    Posts: 109
    Veteran Member
      That message may be coming from WebSphere, meaning that the application server JVM has run out of memory. The WebSphere SystemOut.log should confirm that.

      If it is WebSphere, and assuming you have memory available on the server, you could try increasing the max heap size and restarting the application server. I wouldn't recommend increasing the max heap over 4096 (4 GB).
      Greg Moeller
      Veteran Member
      Posts: 1498
      Veteran Member
        You could also create another RAS instance, and modify the clientSDKOptions.xml file to balance the report traffic between the number of RAS instances that you have. We currently have 2 RAS instances... and have eliminated the out of memory error.
        You are not authorized to post a reply.