Updated documentation on memory usage

This commit is contained in:
Mirco Miranda
2026-05-29 07:56:33 +02:00
parent f450e5c9a9
commit a2a8c955df
2 changed files with 12 additions and 2 deletions

View File

@@ -63,7 +63,7 @@ extern "C" int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size)
int argc = 0;
QCoreApplication a(argc, nullptr);
QImageReader::setAllocationLimit(2000);
QImageReader::setAllocationLimit(512);
QImageIOHandler* handler = new HANDLER();