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
Copy file name to clipboardExpand all lines: docs/01_nodeos/02_usage/60_how-to-guides/10_how-to-configure-state-storage.md
+13-8Lines changed: 13 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,28 @@ Version 2.1 or above of the EOSIO development environment.
7
7
# Parameter Definitions
8
8
Specify which backing store to use with the `chain_plugin``--backing-store` argument. This argument sets state storage to either `chainbase`, the default, or `rocksdb`.
9
9
10
+
```console
10
11
Config Options for eosio::chain_plugin:
11
12
12
13
--backing-store arg (=chainbase) The storage for state, chainbase or
13
14
rocksdb
14
-
--rocksdb-threads arg Number of rocksdb threads for flush and
15
-
compaction. Defaults to the number of available cores.
16
-
--rocksdb-files arg (=-1) Max number of rocksdb files to keep
15
+
--persistent-storage-num-threads arg Number of rocksdb threads for flush and
0 commit comments