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
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
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 sizeNumberOfBuffers
maximum should be about 60-70% of the available memory, count 9KB per bufferMaxDirtyBuffers
should be about 75% of NumberOfBuffersMore 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/
The text was updated successfully, but these errors were encountered: