Skip to content

Commit dbd164d

Browse files
committedJan 21, 2025
fix(mosq): Add a note about stack size
1 parent 90d663a commit dbd164d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎components/mosquitto/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mosq_broker_run(&config);
2020
2121
## Memory Footprint Considerations
2222
23-
The broker primarily uses the heap for internal data, with minimal use of static/BSS memory. It consumes approximately 60 kB of program memory.
23+
The broker primarily uses the heap for internal data, with minimal use of static/BSS memory. It consumes approximately 60 kB of program memory and minimum 5kB of stack size.
2424
2525
- **Initial Memory Usage**: ~2 kB of heap on startup
2626
- **Per Client Memory Usage**: ~4 kB of heap for each connected client

0 commit comments

Comments
 (0)
Please sign in to comment.