I've been told that one NT script might have a limit of lines about 60.000 aprox. So, imagine the following situation:
I have one script with aprox. 15.000 lines, no problem at all when working, but now let's say, for statistical results, that it seems convenient to have the same script, BUT working simultaneously under 5 different set of inputs, so my question is simple:
If there's a limit for one scrip about 60.000 lines when working, if I put 5 scripts, each one with 15.000 lines, would this arrange set NT out of memory to work properly? or for the contrary, the important is just the number of lines for each script ?

Comment