Studio crash during process execution

User: "varunm1"
New Altair Community Member
Updated by Jocelyn
Hello,

When I am trying to run a process in RM studio, I am encountering the error in the below screenshot after 30 minutes (approx) of process execution. I attached the studio log in this thread. Is this some kind of memory issue?



@Marco_Boeck

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "Marco_Boeck"
    New Altair Community Member
    Accepted Answer
    Hi,

    Thanks for sending the file!
    The thread that crashed in the JVM was indeed GCTaskThread, which indicates that the garbage collection exploded while trying to free memory.
    Unfortunately, that knowledge does not really help much, as there is nothing we can really jump on to fix..
    When Java runs out of memory, a lot of weird things can happen, from a frozen state, over a well-defined "you're out of memory" error which we catch in Studio to display it, to a complete JVM crash (with varying reasons within the err log file). And potentially even more.

    The exact behavior depends on many outside factors, like OS, Java version, hardware, drivers, OS load, etc etc.
    I'm afraid there is nothing I can do to help you :(

    Regards,
    Marco