AK
Size: a a a
AK
DS
DS
OF
AK
AK
AK
2020-09-29 14:08:16.429 [1] main/110/applier/root@tarantool-server01:3301 I> 18.2M rows received
2020-09-29 14:08:17.347 [1] main/110/applier/root@tarantool-server01:3301 I> can't read row
2020-09-29 14:08:17.347 [1] main/110/applier/root@tarantool-server01:3301 memtx_engine.c:1294 !> SystemError Failed to allocate 16384 bytes in mempool for new slab: Out of memory
2020-09-29 14:08:19.278 [1] main/110/applier/root@tarantool-server01:3301 I> authenticated
DK
AK
AK
MF
DS
AK
1293 void *ret;
1294 while ((ret = mempool_alloc(&memtx->index_extent_pool)) == NULL) {
1295 bool stop;
1296 memtx_engine_run_gc(memtx, &stop);
1297 if (stop)
1298 break;
1299 }
1300 if (ret == NULL)
1301 diag_set(OutOfMemory, MEMTX_EXTENT_SIZE,
1302 "mempool", "new slab");
./src/box/memtx_engine.h: MEMTX_EXTENT_SIZE = 16 * 1024,
DS
DK
MF
AK
DS
MF