-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change back the number of available sockets on S2 ? #7271
Comments
Some background here (and in the PR). It's slightly more involved than just processor variant... whether there's PSRAM, for example to take the heap. Plus, we now have the capability for reserved espidf memory in PSRAM with |
I completely missed |
@Neradoc have you heard of memory issues on smaller boards? We are just trying to determine the priority of fixing this. |
No, I have seen nothing that seems directly linked to this. I wanted to look around at issues raised since the change but I got nothing. I think we can close this and revisit it if and when it becomes an issue. |
Agreed. It's an edge case: lower-SRAM devices (ESP32-S2 and maybe ESP32-C3) boards with no PSRAM and trying to use an unusual amount of espidf memory. |
Thanks for the discussion! We can open another issue if we change our minds later. |
CONFIG_LWIP_MAX_SOCKETS
was changed (accidentally) to 8 for all Espressif builds in the default sdkconfig #6181Can it be the cause of potential memory issues, especially on smaller RAM builds ?
Should it be changed back (to 4) on S2 ? Or C3 ?
(ESP32 and S3 have more SRAM)
The text was updated successfully, but these errors were encountered: