Skip to content

Commit

Permalink
Fixed high CPU usage on replicas.
Browse files Browse the repository at this point in the history
Improved CPU usage on clients
  • Loading branch information
nuno1212s committed Oct 1, 2024
1 parent 859d705 commit 06f69c0
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 34 deletions.
2 changes: 1 addition & 1 deletion Atlas-Client
2 changes: 1 addition & 1 deletion Atlas-Examples
2 changes: 1 addition & 1 deletion Atlas-Reconfiguration
2 changes: 1 addition & 1 deletion Atlas-SMR-Execution
23 changes: 1 addition & 22 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,25 +26,4 @@ members = [
"Atlas-View-Transfer",
"Atlas-Tools/atlas-default-configs",
"Atlas-Tools/keygen"
]

# https://doc.rust-lang.org/cargo/reference/profiles.html
[profile.release]
opt-level = 3
panic = "abort" # disable stack unwinding on panic
overflow-checks = false # disable integer overflow checks.
codegen-units = 16
lto = true # LLVM link time optimizations
debug = false
debug-assertions = false
incremental = false

[profile.dev]
opt-level = 0
panic = "unwind"
overflow-checks = true
codegen-units = 32
lto = false
debug = true
debug-assertions = true
incremental = true
]

0 comments on commit 06f69c0

Please sign in to comment.