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

provide a mu script to optimize virtuoso configuration #2

Open
nvdk opened this issue Jun 30, 2021 · 1 comment
Open

provide a mu script to optimize virtuoso configuration #2

nvdk opened this issue Jun 30, 2021 · 1 comment
Labels
enhancement New feature or request

Comments

@nvdk
Copy link

nvdk commented Jun 30, 2021

See https://github.com/mu-semtech/mu-cli#writing-your-own-script on writing scripts. We should provide a script that allows users to optimize their configuration.

This script could either calculate or ask the amount of memory available and the size of the database and optimize at least the following parameters based on that:

MaxCheckpointRemap should be 1/4 of the database size
NumberOfBuffers maximum should be about 60-70% of the available memory, count 9KB per buffer
MaxDirtyBuffers should be about 75% of NumberOfBuffers

More info on
http://docs.openlinksw.com/virtuoso/checkpointparams/
http://docs.openlinksw.com/virtuoso/sampleconf/
http://docs.openlinksw.com/virtuoso/rdfperfloading/
http://docs.openlinksw.com/virtuoso/perfdiag/

@nvdk nvdk added the enhancement New feature or request label Jun 30, 2021
@MikiDi
Copy link

MikiDi commented Nov 23, 2021

For reference: this small r-script is the only "prior art" that I could find out there wrt "autoconfiguring" Virtuoso .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants