Skip to content

Commit fa73f86

Browse files
committed
Heap size can be set at application level
1 parent 97abb23 commit fa73f86

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.cargo/config.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,8 @@ target = "nanosplus"
77
[unstable]
88
build-std = ["core", "alloc"]
99
build-std-features = ["compiler-builtins-mem"]
10+
11+
# Uncomment the following lines to set the heap size (default is 8192)
12+
# Recommended values are [2048, 4096, 8192, 16384, 24576]
13+
#[env]
14+
#HEAP_SIZE = "8192"

0 commit comments

Comments
 (0)