Generate full-resolution images in cache

Sorry, if this is somewhere documented already. Does anyone know how to generate all full-resolution images in darktable 3.6 using darktable-generate-cache ? In my case it only generates small icons, and the lighttable is slow in full-screen mode.

https://darktable-org.github.io/dtdocs/special-topics/program-invocation/darktable-generate-cache/

Yes, thanks, it looks like

darktable-generate-cache --max-mip 8

is working (darktable-generate-cache -m8 did not work…).

I guess it is darktable-generate-cache -m 8 with a space between m and 8

Yes, one needs the space as delimiter between parameter and value. As an aside : The description in the manual for the development version 3.7 and the “usage” output of darktable-generate-cache (git master) differ :