From 3d9999f57a4354bbd74f5002fefa04347a374fbe Mon Sep 17 00:00:00 2001 From: GroM Date: Thu, 10 Oct 2024 11:08:38 +0200 Subject: [PATCH] Add explnations --- .cargo/config.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 5158b7e..7cea8e1 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -8,7 +8,8 @@ target = "nanosplus" build-std = ["core", "alloc"] build-std-features = ["compiler-builtins-mem"] -# Uncomment the following lines to set the heap size (default is 8192) +# By default, heap size is enforced to 8192 bytes. # Recommended values are [2048, 4096, 8192, 16384, 24576] +# Uncomment the following lines to set the heap size #[env] #HEAP_SIZE = "8192" \ No newline at end of file