Skip to content

Commit

Permalink
Deployed 36fef83 to wip with MkDocs 1.6.0 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdocs-mike committed Jun 18, 2024
1 parent 666bb1b commit d944f73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions wip/performance/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -553,11 +553,11 @@ <h2 id="storage-layer">Storage Layer</h2>
comes at the cost of more memory usage and more allocations in the JVM, which can have a performance impact.
By default, the plugin uses a section size of 8KiB with a maximum number of cached sections of 10,
which is a good trade-off for most setups and performed well in our benchmarks. If you want to tweak these
settings, use the <code>sectionReadSizeKib</code> and <code>maxSectionCacheSizeKib</code> parameters on the <code>OcrHighlightComponent</code>
settings, use the <code>sectionReadSizeKiB</code> and <code>maxSectionCacheSizeKiB</code> parameters on the <code>OcrHighlightComponent</code>
in your <code>solrconfig.xml</code>:</p>
<ul>
<li><code>sectionReadSizeKib</code>: The size of the sections that are read from the OCR files. The default is 8KiB.</li>
<li><code>maxSectionCacheSizeKib</code>: The maximum memory that is used for caching sections. The default is 10 * <code>sectionReadSizeKib</code>.</li>
<li><code>sectionReadSizeKiB</code>: The size of the sections that are read from the OCR files. The default is 8KiB.</li>
<li><code>maxSectionCacheSizeKiB</code>: The maximum memory that is used for caching sections. The default is 10 * <code>sectionReadSizeKiB</code>.</li>
</ul>
<h2 id="concurrency">Concurrency</h2>
<p>The plugin can read multiple files in parallel and also process them concurrently. By default, it will
Expand Down
Binary file modified wip/sitemap.xml.gz
Binary file not shown.

0 comments on commit d944f73

Please sign in to comment.