rre: increase memory size to 12mb
FossilOrigin-Name: 3e3cc08fdb85ff19a8ef830c39bd600060eece9183762dbf25144b54220097dc
This commit is contained in:
parent
af5c4afcb6
commit
226ab37b82
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue