You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use mmap.PAGESIZE constant as value for first read. (prometheus#505)
This size can have a real impact on performance when a lot of files need
to be read.
The performance relies heavily on the file system cache so reading as
little pages as possible helps a lot on memory constrained systems.
Signed-off-by: Xavier Fernandez <xavier.fernandez@polyconseil.fr>
0 commit comments