We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently the pump-apps are running very close to the top of the heap resulting in memory allocation errors during TE7.
Set CHIP_CONFIG_MAX_DEVICE_ADMINS to the minimum value allowed in the spec (5) to reduce RAM usage and reclaim some of this for the system heap.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Problem
Currently the pump-apps are running very close to the top of the heap resulting in memory allocation errors during TE7.
Proposed Solution
Set CHIP_CONFIG_MAX_DEVICE_ADMINS to the minimum value allowed in the spec (5) to reduce RAM usage and reclaim some of this for the system heap.
The text was updated successfully, but these errors were encountered: