Array size exceeds maximum: <array name>

You declared an array whose total size is greater than the maximum allowable size. The maximum allowable array size is 65,536 bytes (64K).

Reduce the array size to 65,536 bytes or less. The size is calculated as (number of elements) * (size of each element in bytes).