I'm not exactly sure... You might be able to define it like String[4600] but i haven't tested that, not home atm either. At least String[255] should work no problem but you want to keep it as small as possible depending on average string length needed in it. It does reserve the whole space in memory.