You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate logical log file in advance.
281
+
|<<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>|Specify if Neo4j should try to preallocate the logical log file in advance.
282
+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
282
283
|<<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>|Make Neo4j keep the logical transaction logs for being able to backup the database.
283
284
|<<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>|Specifies at which file size the logical log will auto-rotate.
284
285
|<<config_dbms.tx_state.memory_allocation,dbms.tx_state.memory_allocation>>|Defines whether memory for transaction state should be allocated on- or off-heap.
@@ -624,7 +625,8 @@ If this is set to `false` (default), the search for group membership will be per
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate logical log file in advance.
628
+
* <<config_dbms.tx_log.preallocate,dbms.tx_log.preallocate>>: Specify if Neo4j should try to preallocate the logical log file in advance.
629
+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
628
630
* <<config_dbms.tx_log.rotation.retention_policy,dbms.tx_log.rotation.retention_policy>>: Make Neo4j keep the logical transaction logs for being able to backup the database.
629
631
* <<config_dbms.tx_log.rotation.size,dbms.tx_log.rotation.size>>: Specifies at which file size the logical log will auto-rotate.
630
632
* <<config_dbms.tx_state.memory_allocation,dbms.tx_state.memory_allocation>>: Defines whether memory for transaction state should be allocated on- or off-heap.
@@ -3828,7 +3830,8 @@ m|DISABLED
3828
3830
[cols="<1s,<4"]
3829
3831
|===
3830
3832
|Description
3831
-
a|Specify if Neo4j should try to preallocate logical log file in advance.
3833
+
a|Specify if Neo4j should try to preallocate the logical log file in advance.
3834
+
It optimizes the filesystem by ensuring there is room to accommodate newly generated files and avoid file-level fragmentation.
0 commit comments