Skip to content

Commit

Permalink
Add explnations
Browse files Browse the repository at this point in the history
  • Loading branch information
yogh333 committed Oct 10, 2024
1 parent aa4b6f9 commit 802ae21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 802ae21

Please sign in to comment.