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

Why index file read buffer max size 99 Mib? #745

Open
GermanAizek opened this issue Nov 20, 2024 · 1 comment
Open

Why index file read buffer max size 99 Mib? #745

GermanAizek opened this issue Nov 20, 2024 · 1 comment
Labels
Milestone

Comments

@GermanAizek
Copy link

GermanAizek commented Nov 20, 2024

@variar,
I want to put higher what actual limit is. And do I understand correctly that for RAID 10 arrays it is necessary to value multiply by number disks, because with "striped set RAID0 from series mirrored RAID1" reading speed increases.

Settings -> Advanced

@variar
Copy link
Owner

variar commented Nov 20, 2024

No particular reason. During file indexing there are several blocks of this size in memory, but should be fine to make it a bit larger. Does this improve performance?

For the raid part, I think it does't matter. Klogg has an IO thread that is reading blocks from disk one by one trying to keep some enqueued for indexing thread. All that striped read from actual disk can make IO thread get next block faster, but block size shouldn't change much.

@variar variar added this to the 2024.12 milestone Nov 20, 2024
variar added a commit that referenced this issue Nov 23, 2024
@variar variar added the status: ready for testing resolved but needs testing label Nov 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants