Skip to content
Discussion options

You must be logged in to vote

The problem is thumbnails service. It is pain in the ass.

Why? The limitation is intentional and can be changed by the config.

THUMBNAILS_MAX_INPUT_WIDTH=90000
THUMBNAILS_MAX_INPUT_HEIGHT=90000
THUMBNAILS_MAX_INPUT_IMAGE_FILE_SIZE=50000000

The technology behind the thumbnails service is libvips, which performs quite well https://github.com/libvips/libvips/wiki/Speed-and-memory-use

You always have to limit stuff, but the config can be changed.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@micbar
Comment options

Answer selected by jtinov
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants