Skip to content
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

build/configs/rtl8730e: Increase network memory size limit #6346

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

giwon-nam
Copy link
Contributor

@giwon-nam giwon-nam commented Aug 19, 2024

Since more than 60000 Bytes of memory is used in product code, memory allocation fails and continuously repeats TCP SEND.
To resolve this issue, increase network memory size from 34816 Bytes to 102400 Bytes.

Copy link
Collaborator

@hk-gwak hk-gwak left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@sunghan-chang
Copy link
Contributor

@giwon-nam We don't allow empty description in the commit. Could you write what you wrote in the PR description there?

Since more than 60000 Bytes of memory is used in product code, memory allocation fails and continuously repeats TCP SEND.
To resolve this issue, increase network memory size from 34816 Bytes to 102400 Bytes.

Since more than 60000 Bytes of memory is used in product code, memory allocation fails and continuously repeats TCP SEND.
To resolve this issue, increase network memory size from 34816 Bytes to 102400 Bytes.
@giwon-nam giwon-nam reopened this Aug 19, 2024
@giwon-nam
Copy link
Contributor Author

@giwon-nam We don't allow empty description in the commit. Could you write what you wrote in the PR description there?

Since more than 60000 Bytes of memory is used in product code, memory allocation fails and continuously repeats TCP SEND.
To resolve this issue, increase network memory size from 34816 Bytes to 102400 Bytes.

I pushed commit again with description.

@giwon-nam
Copy link
Contributor Author

We will merge this commit after check current memory size is enough in product code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants