Skip to content

Commit

Permalink
Heap size can be set at application level
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 4, 2024
1 parent ef33289 commit aa4b6f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@ target = "nanosplus"
[unstable]
build-std = ["core", "alloc"]
build-std-features = ["compiler-builtins-mem"]

# Uncomment the following lines to set the heap size (default is 8192)
# Recommended values are [2048, 4096, 8192, 16384, 24576]
#[env]
#HEAP_SIZE = "8192"

0 comments on commit aa4b6f9

Please sign in to comment.