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 1ddde99 commit 7395baeCopy full SHA for 7395bae
lib/internal/Magento/Framework/Indexer/BatchSizeManagement.php
@@ -50,7 +50,7 @@ public function ensureBatchSize(\Magento\Framework\DB\Adapter\AdapterInterface $
50
51
// Log warning if allocated memory for temp table greater than 20% of innodb_buffer_pool_size
52
if ($size > $bufferPoolSize * .2) {
53
- $this->logger->warning(__(
+ $this->logger->warning(new \Magento\Framework\Phrase(
54
'Memory size allocated for temporary table is more than 20% innodb_buffer_pool_size. ' .
55
'Please update innodb_buffer_pool_size or decrease batch size value.'
56
));
0 commit comments