How do I set the max possible amount of memory with arrays? Doing something like this I get `Out of Memory` errors: ``` Dim a(200,200) ``` setting `_HT_ARRAY_SIZE_DEFAULT` to MID or BIG crashes the interpreter.