Skip to content

Commit 802ae21

Browse files
committed
Add explnations
1 parent aa4b6f9 commit 802ae21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.cargo/config.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ target = "nanosplus"
88
build-std = ["core", "alloc"]
99
build-std-features = ["compiler-builtins-mem"]
1010

11-
# Uncomment the following lines to set the heap size (default is 8192)
11+
# By default, heap size is enforced to 8192 bytes.
1212
# Recommended values are [2048, 4096, 8192, 16384, 24576]
13+
# Uncomment the following lines to set the heap size
1314
#[env]
1415
#HEAP_SIZE = "8192"

0 commit comments

Comments
 (0)