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

--- Comment #4 from Hao Zhang <theivoryto...@gmail.com> ---
The relevant code is in line 97 of the file src/engine/database.cpp

mdb_env_set_mapsize(m_env, static_cast<size_t>(1024) * 1024 * 1024 * 5); // 5
gb

The size of the database is HARDCODED to be 5gb!! Is there any specific reason
this size cannot be larger? 5gb is far from enough if there are lots of files
to index.

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

Reply via email to