You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: components/mosquitto/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ mosq_broker_run(&config);
20
20
21
21
## Memory Footprint Considerations
22
22
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.
24
24
25
25
- **Initial Memory Usage**: ~2 kB of heap on startup
26
26
- **Per Client Memory Usage**: ~4 kB of heap for each connected client
0 commit comments