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

The memory.md file no longer exists. #643

Merged
merged 2 commits into from
Apr 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/lighttable/digital-asset-management/thumbnails.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ As the thumbnail cache has a pre-defined maximum size it will eventually get fil

Thumbnails are never removed from the secondary cache. You can manually clean the secondary cache by recursively deleting all images in the `$HOME/.cache/darktable/mipmaps-xyz.d` folder (where `xyz` denotes an alphanumeric identifier of the cache). After clearing the secondary cache you can simply allow darktable to re-generate thumbnails as needed, or you can generate all thumbnails in one go with [`darktable-generate-cache`](../../special-topics/program-invocation/darktable-generate-cache.md).

If you choose not to activate the disk backend and select too small a cache size, darktable may become unresponsive, you may experience continuous regeneration of thumbnails when you navigate your collection or flickering of thumbnail images. A good choice of cache size is 512MB or higher (see [memory](../../../special-topics/memory.md) for more information).
If you choose not to activate the disk backend and select too small a cache size, darktable may become unresponsive, you may experience continuous regeneration of thumbnails when you navigate your collection or flickering of thumbnail images. A good choice of cache size is 512MB or higher (see [memory & performance tuning](../../../special-topics/mem-performance.md) for more information).

All thumbnails are fully color managed. Colors are rendered accurately on screen as long as your system is properly set up to hand over the right monitor profile to darktable. For more information see the [color management](../../../special-topics/color-management/_index.md) section.

Expand All @@ -36,4 +36,4 @@ There are three main reasons this could happen:

- _Invalid image format_: While the extension of an image may seem to be supported by darktable, its contents could be either an unsupported image format or a corrupt file.

- _Low memory_: If darktable runs out of memory while generating a thumbnail, it will warn you and display a skull. This can happen if darktable is run with sub-optimal settings, especially on a 32-bit system. See [memory](../../../special-topics/memory.md) for more information.
- _Low memory_: If darktable runs out of memory while generating a thumbnail, it will warn you and display a skull. This can happen if darktable is run with sub-optimal settings, especially on a 32-bit system. See [memory & performance tuning](../../../special-topics/mem-performance.md) for more information.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ shadows, mid-tones, highlights

---

**Note:** The shadows, mid-tones and highlights sliders can take up a great deal of space in the _color balance_ module. The overall layout of these sliders can therefore be cycled through three different layouts by clicking on the _shadows, mid-tones, highlights_ heading. You can also set the default layout with [preferences > darkroom > colorbalance slider block layout](../../preferences-settings/darkroom.md).
**Note:** The shadows, mid-tones and highlights sliders can take up a great deal of space in the _color balance_ module. The overall layout of these sliders can therefore be cycled through three different layouts by clicking on the _shadows, mid-tones, highlights_ heading.

---

Expand Down