File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -35,10 +35,14 @@ image_filter_water_pos [ top-left | top-right | center | bottom-left | bottom-ri
3535# optional scale max ratio, default 1
3636# becareful not to set this too high or it will use too much memory.
3737#
38- # For example a 200KB JPEG file (1024x768) will take up 4MB of memory
38+ # For example (during testing) a 200KB JPEG file (1024x768) will take up 4MB of memory
3939# when loaded; but when resampled to twice the the size, the memory
4040# use jumps to 20.1MB
4141image_filter_scale_max 3;
42+
43+ # If you think about it (mathematically), it make sense. If you take a fully filled 4MB
44+ # memory block and increase it in 2-dimension (x*y) by 3x or 4MB * 3(x + y) = 36MB of
45+ # possible memory will be taken.
4246```
4347
4448# What does this solve?
You can’t perform that action at this time.
0 commit comments