MAX SIZE ARRAY Can Hold it

Hi,

Do anyone know what's the max size of array (in awk)
can be store before hit any memory issue.

Regards

I've put more than 20 million elements into multiple awk arrays so it's pretty big. How big do you need it to be?

no limit - as much as you have available memory.

My target limit is 60 million records.