Skip to main content
Inspiring
January 11, 2012
Question

Java Script run time is out of memory.

  • January 11, 2012
  • 1 reply
  • 3181 views

hi,

FMS has print error 'JavaScript runtime is out of memory',

is their any way to check the js runtime memory used for specific instance ?

is there any permanent solution for this ?

thanks,

vishal sood

    This topic has been closed for replies.

    1 reply

    Adobe Employee
    January 12, 2012

    Inside

    <ScriptEngine>

            <!-- This specifies the id of the script engine adaptor to use for      -->

            <!-- compling and executing the script.                                  -->

            <AdaptorId>as1</AdaptorId>

            <!-- This specifies the max size (Kb.) the runtime can grow to before -->

            <!-- garbage collection is performed.                                 -->

            <RuntimeSize>1024</RuntimeSize>

    In application.xml, you may increase Runtime size..

    Adobe Employee
    January 12, 2012

    Though default configuration of 1024 must be sufficient in most of cases.. what kind of application you are running?? How many client's or app-instances you are running..

    Inspiring
    January 13, 2012

    Hi Nitin,

    Its a collabrated synchronus whiteboard and video chat application. there are almost 1200 user connected to different applicatio instances.

    its wide guess,  saving object through SSAS code on server in live session and its because of this object its huge in size.

    Make the size changes is not the concrete solution what i think, it should be dynamic with requirement of memory.

    is there anyway to make the changes dynamically in runtimesize or event from where i can get the memory error ?

    thanks,

    vishal sood