https://bugs.kde.org/show_bug.cgi?id=404171

--- Comment #6 from Stefan Brüns <stefan.bru...@rwth-aachen.de> ---
Thats a nasty file:

size of e1: 120 characters
        e2: 64 * e1
        e3: 64 * e2
        e4: 64 * e3
root id:    64 * e4 = 2^24 * 120 characters 

~= 2 * 10^9 characters (4GByte for UTF-16/QString).

For reallocation, we need about ~8 GByte (old data storage and new data
storage), plus anything else allocated.

Although the failed document is remembered, it is currently not taken into
account when indexing.

The reason for this is the lack of extractor versioning, i.e. after one failed
attempt due to e.g. a coding error we would never try the file again. See
https://phabricator.kde.org/T9867, 3rd bullet point.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to