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
uBPF uses 128 byte stack by default - Should this match the common consensus of 512 bytes?
Other projects (Linux, generic-epbf and others) all agree on a 512 byte stack size. Anyone know why uBPF has a default of 512?
The text was updated successfully, but these errors were encountered:
Feel free to change the default to 512. I don't recall any specific reason for choosing 128.
Sorry, something went wrong.
I agree on this. I have gone ahead and created a PR for this (#75).
Successfully merging a pull request may close this issue.
uBPF uses 128 byte stack by default - Should this match the common consensus of 512 bytes?
Other projects (Linux, generic-epbf and others) all agree on a 512 byte stack size. Anyone know why uBPF has a default of 512?
The text was updated successfully, but these errors were encountered: