Hi,
I am hitting out of memory error for my EFS script after it is loaded on the chart for about 2 to 3 hours. The script is attached to about 10 charts. The EFS script will run on each chart on a tick basis ( meaning the setComputenCLose() function is disabled ).
I am not hitting the out of memory error with setComputeOnCLose() is enabled, which indirectly means that the more number of times my script is executed, the chances of it failing is higher with out of memory error . The esignal program hangs when the above error happens.
Is there a way I could clear memory or do some sort of garbage collection thru EFS. Any help is highly appreciated.
thanks
Francis
I am hitting out of memory error for my EFS script after it is loaded on the chart for about 2 to 3 hours. The script is attached to about 10 charts. The EFS script will run on each chart on a tick basis ( meaning the setComputenCLose() function is disabled ).
I am not hitting the out of memory error with setComputeOnCLose() is enabled, which indirectly means that the more number of times my script is executed, the chances of it failing is higher with out of memory error . The esignal program hangs when the above error happens.
Is there a way I could clear memory or do some sort of garbage collection thru EFS. Any help is highly appreciated.
thanks
Francis
Comment