Skip to content

Instantly share code, notes, and snippets.

@scottyob
Created February 28, 2025 22:41
Show Gist options
  • Save scottyob/2d78680bfc1aec888cca35c5309fe588 to your computer and use it in GitHub Desktop.
Save scottyob/2d78680bfc1aec888cca35c5309fe588 to your computer and use it in GitHub Desktop.
## BEFORE this PR:
=== Memory Stats ===
Total Heap: 296 KB
Free Heap: 158 KB
Used Heap: 138 KB
Largest Free Block: 95 KB
Minimum Free Heap Ever: 155 KB
Main Task Stack High Water Mark: 12 KB
Free PSRAM: 0 bytes
Largest Free PSRAM Block: 0 bytes
====================
## In steady state with BT Disabled!
=== Memory Stats ===
Total Heap: 273 KB
Free Heap: 135 KB
Used Heap: 138 KB
Largest Free Block: 71 KB
Minimum Free Heap Ever: 132 KB
Main Task Stack High Water Mark: 12 KB
Free PSRAM: 0 bytes
Largest Free PSRAM Block: 0 bytes
====================
## In steady state with BT Enabled!
=== Memory Stats ===
Total Heap: 273 KB
Free Heap: 86 KB
Used Heap: 186 KB
Largest Free Block: 30 KB
Minimum Free Heap Ever: 84 KB
Main Task Stack High Water Mark: 12 KB
Free PSRAM: 0 bytes
Largest Free PSRAM Block: 0 bytes
====================
## In steady state with both BT and Fanet Enabled
=== Memory Stats ===
Total Heap: 273 KB
Free Heap: 62 KB
Used Heap: 211 KB
Largest Free Block: 30 KB
Minimum Free Heap Ever: 58 KB
Main Task Stack High Water Mark: 12 KB
Free PSRAM: 0 bytes
Largest Free PSRAM Block: 0 bytes
====================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment