File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
lib/internal/Magento/Framework/Indexer Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -51,8 +51,9 @@ public function ensureBatchSize(\Magento\Framework\DB\Adapter\AdapterInterface $
51
51
// Log warning if allocated memory for temp table greater than 20% of innodb_buffer_pool_size
52
52
if ($ size > $ bufferPoolSize * .2 ) {
53
53
$ 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. '
54
+ 'Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. ' .
55
+ 'Please update innodb_buffer_pool_size or decrease batch size value ' .
56
+ '(which decreases memory usages for the temporary table). '
56
57
));
57
58
}
58
59
You can’t perform that action at this time.
0 commit comments