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

Increase Stat() buffer size #547

Merged
merged 1 commit into from Jul 10, 2023
Merged

Increase Stat() buffer size #547

merged 1 commit into from Jul 10, 2023

Commits on Jul 10, 2023

  1. Increase Stat() buffer size

    Increase the /proc/stat scanner tokens size from the default of 65k to
    1024k. This allows for scanning of large `intr` lines with > 65k
    columns.
    * Increase the scanner buffer from the default 4kB to 8kB bytes at a time.
    
    Fixes: #546
    
    Signed-off-by: SuperQ <superq@gmail.com>
    SuperQ committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    fcec2ff View commit details
    Browse the repository at this point in the history