Is there a limit on maximal effective Heap and Stack sizes?
I need to share large data set between EFS' through global values. Is there a limit on the size of global variables? Can I adjust the heap size to increase that limit? Thanks.
No one in development has pushed the limits of setGlobalValue() so its limits are uncharted territory at this point. Increasing heap and stack size may improve things for you. You'll have to experiment. The only advice I can offer is to create some house keeping routine that remove some of the global data with removeGlobalValue() once the data is no longer needed.
Jason K.
Project Manager eSignal - an Interactive Data company
Comment