Skip to content

Commit cdeb980

Browse files
author
Stanislav Idolov
committed
MAGETWO-64182: [Indexer optimizations] Batch data processing for price indexer
1 parent 847a0ac commit cdeb980

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/internal/Magento/Framework/Indexer/Test/Unit/BatchSizeManagementTest.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,9 @@ public function testEnsureBatchSize()
6060
$this->loggerMock->expects($this->once())
6161
->method('warning')
6262
->with(__(
63-
'Memory size allocated for temporary table is more than 20% innodb_buffer_pool_size. ' .
64-
'Please update innodb_buffer_pool_size or decrease batch size value.'
63+
'Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. ' .
64+
'Please update innodb_buffer_pool_size or decrease batch size value '.
65+
'(which decreases memory usages for the temporary table).'
6566
));
6667

6768
$adapterMock->expects($this->at(3))

0 commit comments

Comments
 (0)