From a76a1f914932b1574b17e37ce2dc0e48839a6c64 Mon Sep 17 00:00:00 2001 From: Brad Nelson Date: Thu, 3 Feb 2022 10:19:09 -0800 Subject: [PATCH] Bump ram to 128K. --- ueforth/esp32/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ueforth/esp32/config.h b/ueforth/esp32/config.h index 4ea139b..4392872 100644 --- a/ueforth/esp32/config.h +++ b/ueforth/esp32/config.h @@ -12,6 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -#define HEAP_SIZE (100 * 1024) +#define HEAP_SIZE (128 * 1024) #define STACK_CELLS 512 #define INTERRUPT_STACK_CELLS 64