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
Increasing the heap size to 98304 immediately resolves this problem. My guess is that the various buffers might take up more space, maybe due to a different feature set, but might be good to dig into it a bit more.
The text was updated successfully, but these errors were encountered:
The heap size has been configurable some time before I opened this issue. I understand it's not exactly actionable, but the 1.5x memory requirement is still something that at least should be investigated, or at least acknowledge the problem. Because reserving a bit more than a quarter of available RAM may be a problem.
I think we're somewhat at the mercy of how the WiFi drivers themselves decide to allocate memory. From an impl perspective from esp-wifi's side there isn't much difference. Closing for now.
My S3 can enable wifi just fine with the default heap, but C6 immediately runs out of memory:
C6:
S3:
Increasing the heap size to
98304
immediately resolves this problem. My guess is that the various buffers might take up more space, maybe due to a different feature set, but might be good to dig into it a bit more.The text was updated successfully, but these errors were encountered: