I am using nawk on a solaris 2.6 server.
the script has been running for a a few month without any problems.
For the past two days it has been looping and sucking CPU like crazy.
The only change is the input that is larger than before.
The script builds an array with the input.
The question is : Does anyone know if there a maximum number of occurences in an array with nawk ? and if so what is the maximum size ?
the script has been running for a a few month without any problems.
For the past two days it has been looping and sucking CPU like crazy.
The only change is the input that is larger than before.
The script builds an array with the input.
The question is : Does anyone know if there a maximum number of occurences in an array with nawk ? and if so what is the maximum size ?