rre: increase memory size to 12mb

FossilOrigin-Name: 3e3cc08fdb85ff19a8ef830c39bd600060eece9183762dbf25144b54220097dc
This commit is contained in:
crc 2018-04-19 15:32:13 +00:00
parent af5c4afcb6
commit 226ab37b82

View file

@ -67,7 +67,7 @@
---------------------------------------------------------------------*/
#define CELL int32_t /* Cell size (32 bit, signed integer */
#define IMAGE_SIZE 524288 * 16 /* Amount of RAM. 8MiB by default. */
#define IMAGE_SIZE 524288 * 24 /* Amount of RAM. 12MiB by default. */
#define ADDRESSES 2048 /* Depth of address stack */
#define STACK_DEPTH 512 /* Depth of data stack */