Arduino SRAM

As I understand it, the program itself is stored in FLASH memory, giving the whole 2K of SRAM to store variables. Looks like MEM has done the math, and the 2K should be enough for you.

You can also store variables in FLASH, but it seems to be an advanced topic.