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

Add max_page_size config option #3612

Open
ripatel-fd opened this issue Dec 4, 2024 · 0 comments
Open

Add max_page_size config option #3612

ripatel-fd opened this issue Dec 4, 2024 · 0 comments

Comments

@ripatel-fd
Copy link
Contributor

fdctl/fd_topob is hardcoded to allocate gigantic and huge pages as backing memory for a workspace.

Users should have the option to limit the max page size to 2M or 4K for a few reasons

  • Many cloud instances don't support gigantic pages
  • Nodes with too high uptime have physical memory fragmentation beyond rescue, and rebooting is not an option

The easiest way to achieve this is probably to add a config option for the max page size, that defaults to 1G

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

No branches or pull requests

1 participant