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/software/commands.md
+6-9
Original file line number
Diff line number
Diff line change
@@ -20,20 +20,17 @@ Common options can be placed at any place in the command line.
20
20
Command options can only by placed after command.
21
21
22
22
***apply-load**: Applies Soroban transactions by repeatedly generating transactions and closing
23
-
them directly through the LedgerManager. The parameters specified below configure the network limits, and
24
-
they're all required - **--ledger-max-instructions N**, **--ledger-max-read-entries N**, **--ledger-max-write-entries N**, **--ledger-max-read-byte N**, **--ledger-max-write-bytes N**, **--ledger-max-tx-size N**, **--ledger-max-tx-count N**. This command will generate enough transactions to fill up a synthetic transaction queue (it's just a list of transactions with the same limits as the real queue), and then create a transaction set off of that to
23
+
them directly through the LedgerManager. This command will generate enough transactions to fill up a synthetic transaction queue (it's just a list of transactions with the same limits as the real queue), and then create a transaction set off of that to
25
24
apply.
26
25
27
26
* At the moment, the Soroban transactions are generated using some of the same config parameters as the **generateload** command. Specifically,
*`apply-load` will also generate a synthetic bucket list using `APPLY_LOAD_BL_SIMULATED_LEDGERS`, `APPLY_LOAD_BL_WRITE_FREQUENCY`, `APPLY_LOAD_BL_BATCH_SIZE`, `APPLY_LOAD_BL_LAST_BATCH_LEDGERS`, `APPLY_LOAD_BL_LAST_BATCH_SIZE`. These have default values set in `Config.h`.
32
+
* There are additional `APPLY_LOAD_*` related config settings that can be used to configure
33
+
`apply-load`, and you can learn more about these from the comments in `Config.h`.
37
34
38
35
***catchup <DESTINATION-LEDGER/LEDGER-COUNT>**: Perform catchup from history
39
36
archives without connecting to network. For new instances (with empty history
0 commit comments