Skip to content

Commit a449591

Browse files
authored
Update README.md
1 parent 82e0743 commit a449591

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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
4141
image_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?

0 commit comments

Comments
 (0)