We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9171b4 commit c7207cdCopy full SHA for c7207cd
llvm/lib/CAS/OnDiskGraphDB.cpp
@@ -1397,8 +1397,8 @@ Expected<std::unique_ptr<OnDiskGraphDB>> OnDiskGraphDB::open(
1397
constexpr uint64_t MB = 1024ull * 1024ull;
1398
constexpr uint64_t GB = 1024ull * 1024ull * 1024ull;
1399
1400
- uint64_t MaxIndexSize = 8 * GB;
1401
- uint64_t MaxDataPoolSize = 16 * GB;
+ uint64_t MaxIndexSize = 12 * GB;
+ uint64_t MaxDataPoolSize = 24 * GB;
1402
1403
if (useSmallMappedFiles(AbsPath)) {
1404
MaxIndexSize = 1 * GB;
0 commit comments