sourcepawn
sourcepawn copied to clipboard
`Exception reported: Not enough space on the heap` for string arrays
new String:Messages[32][1024]; causes Exception reported: Not enough space on the heap on runtime at least in 1.12.
This was not an issue in 1.10.
I can't reproduce this, do you have an example script?
Hmm, not really unfortunately, it is really huge. I had to use following to fix it:
#pragma dynamic 1048576