Decision Management & Intelligence (ODM, DI)

Decision Management & Intelligence (ODM, DI)

Connect with experts and peers to elevate technical expertise, solve problems and share insights


#Data
#Data
#Businessautomation
 View Only
  • 1.  OOM issue occurs when running the large test suite.

    Posted Thu January 28, 2021 11:50 PM

    I am getting an OOM issue when running the large test suite in ODM.



    #OperationalDecisionManager(ODM)
    #Support
    #SupportMigration


  • 2.  RE: OOM issue occurs when running the large test suite.

    Posted Thu January 28, 2021 11:53 PM

    In the memory heapdump, you might see the following objects uses a lot of memory:

    "ilog.rules.teamserver.ejb.service.validation.IlrTestReportDetailsService"

    "com.ibm.rules.cdi.core.service.output.internal.ExecutionDetailsImpl"

    If you need to perform a large scenario testing, you either need to increase the JVM heap size. Or else you might need to reduce the size of the test scenarios.



    #OperationalDecisionManager(ODM)
    #Support
    #SupportMigration