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 5a67c14 commit 388c823Copy full SHA for 388c823
Framework/Core/src/ArrowSupport.cxx
@@ -565,7 +565,7 @@ o2::framework::ServiceSpec ArrowSupport::arrowBackendSpec()
565
if (dc.options.count("aod-memory-rate-limit") && dc.options["aod-memory-rate-limit"].defaulted() == false) {
566
config->maxMemory = std::stoll(dc.options["aod-memory-rate-limit"].as<std::string>()) / 1000000;
567
} else {
568
- config->maxMemory = readers * 500;
+ config->maxMemory = readers * 2000;
569
}
570
if (dc.options.count("timeframes-rate-limit") && dc.options["timeframes-rate-limit"].defaulted() == false) {
571
config->maxTimeframes = std::stoll(dc.options["timeframes-rate-limit"].as<std::string>());
0 commit comments