You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by ag...@apache.org on 2022/06/14 19:37:42 UTC

[ignite-3] branch main updated: IGNITE-17163 Fixed a doc table #880

This is an automated email from the ASF dual-hosted git repository.

agura pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


The following commit(s) were added to refs/heads/main by this push:
     new 611fb3f16 IGNITE-17163 Fixed a doc table #880
611fb3f16 is described below

commit 611fb3f164c38b876a9f49f7e233ee6bdc95c5b4
Author: IgGusev <de...@mail.ru>
AuthorDate: Tue Jun 14 22:37:10 2022 +0300

    IGNITE-17163 Fixed a doc table #880
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
---
 docs/_docs/config/data-region.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_docs/config/data-region.adoc b/docs/_docs/config/data-region.adoc
index 69d5242ff..e4297816d 100644
--- a/docs/_docs/config/data-region.adoc
+++ b/docs/_docs/config/data-region.adoc
@@ -31,7 +31,7 @@ Below is the list of properties for link:https://rocksdb.org/[RocksDB] data regi
 |writeBufferSize | `64 * 1024 * 1024` | Size of the write buffer.
 |cache| `lru` | The type of the cache to use. Currently only lru is supported.
 |numShardBits| `-1` | The number of parts the cache is sharded to.
-
+|===
 
 == Page Memory Region Configuration
 
@@ -49,7 +49,7 @@ Page memory keeps data in B+Tree format. You can set up the following configurat
 |emptyPagesPoolSize|100| The maximum number of empty pages Ignite will try to keep.
 |checkpointPageBufSize|0| Sets the size of the page buffer.
 |lazyMemoryAllocation|true|If enabled, memory will not be allocated until necessary.
-
+|===
 
 == Configuration Example