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

[FEATURE] Support dynamic grow shared memory #324

Open
yunwei37 opened this issue Aug 10, 2024 · 0 comments
Open

[FEATURE] Support dynamic grow shared memory #324

yunwei37 opened this issue Aug 10, 2024 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed

Comments

@yunwei37
Copy link
Member

Is your feature request related to a problem? Please describe.

See #308. When the shared memory is full, the eBPF application cannot alloc new eBPF maps or load eBPF programs. A bad_alloc error will be raised.

It can be solve by using flag to pre-alloc a larger memory, but a dynamic grow memory would be better

Describe the solution you'd like

We can use the boost api grow to dynamic alloc more memory.

@yunwei37 yunwei37 added enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed labels Aug 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant