Skip to content

Instantly share code, notes, and snippets.

@adizere
Created March 21, 2024 20:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adizere/bf0337187456d665787ba2bbccea3b27 to your computer and use it in GitHub Desktop.
Save adizere/bf0337187456d665787ba2bbccea3b27 to your computer and use it in GitHub Desktop.
Experiments with no WAL
diff --git a/testnets/example.toml b/testnets/example.toml
index f5e5971..71a37b5 100644
--- a/testnets/example.toml
+++ b/testnets/example.toml
@@ -1,20 +1,37 @@
vote_extensions_enable_height = 1
pbts_enable_height = 1
+# 100 * 1024 * 1024
+block_max_bytes = 104857600
[node.validator00]
seeds = ["seed01"]
-perturb = ["disconnect"]
[node.validator01]
seeds = ["seed01"]
[node.validator02]
seeds = ["seed01"]
-perturb = ["disconnect", "disconnect"]
[node.validator03]
seeds = ["seed01"]
-start_at = 10
+
+[node.validator04]
+seeds = ["seed01"]
+
+[node.validator05]
+seeds = ["seed01"]
+
+[node.validator06]
+seeds = ["seed01"]
+
+[node.validator07]
+seeds = ["seed01"]
+
+[node.validator08]
+seeds = ["seed01"]
+
+[node.validator09]
+seeds = ["seed01"]
[node.seed01]
mode = "seed"
diff --git a/ansible/group_vars/all.yaml b/ansible/group_vars/all.yaml
index 8f65484..5af9c10 100644
--- a/ansible/group_vars/all.yaml
+++ b/ansible/group_vars/all.yaml
@@ -6,8 +6,8 @@ ansible_host_key_checking: false
go_modules_token: ""
load:
- connections: 2
- time_seconds: 91
- tx_per_second: 200
- size_bytes: 1024
- iterations: 5
+ connections: 1
+ time_seconds: 121
+ tx_per_second: 2000
+ size_bytes: 4096
+ iterations: 2