You may have memory limitations, but are not sure.
What about trying to push () values ββinto an array instead of initializing all of them at once? Divide it into smaller pieces of data to add to the array instead of adding it to a single command.
var a = []; a.push(1,2,3,4,5,6,7,8,9,10); a.push(1,2,3,4,5,6,7,8,9,10); a.push(1,2,3,4,5,6,7,8,9,10); a.push(1,2,3,4,5,6,7,8,9,10);
Tauren
source share