forked from solana-labs/solana
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updates to match the needs of the integration process
- Loading branch information
Alex Pyattaev
committed
Dec 11, 2024
1 parent
309350b
commit 1e043c1
Showing
12 changed files
with
111 additions
and
156 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
thread-manager/examples/core_contention_contending_set.json
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
thread-manager/examples/core_contention_contending_set.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[native_configs] | ||
|
||
[rayon_configs] | ||
|
||
[tokio_configs.axum1] | ||
worker_threads = 8 | ||
max_blocking_threads = 1 | ||
core_allocation.DedicatedCoreSet = { min = 0, max = 8 } | ||
|
||
[tokio_configs.axum2] | ||
worker_threads = 8 | ||
max_blocking_threads = 1 | ||
core_allocation.DedicatedCoreSet = { min = 0, max = 8 } |
31 changes: 0 additions & 31 deletions
31
thread-manager/examples/core_contention_dedicated_set.json
This file was deleted.
Oops, something went wrong.
13 changes: 13 additions & 0 deletions
13
thread-manager/examples/core_contention_dedicated_set.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[native_configs] | ||
|
||
[rayon_configs] | ||
|
||
[tokio_configs.axum1] | ||
worker_threads = 4 | ||
max_blocking_threads = 1 | ||
core_allocation.DedicatedCoreSet = { min = 0, max = 4 } | ||
|
||
[tokio_configs.axum2] | ||
worker_threads = 4 | ||
max_blocking_threads = 1 | ||
core_allocation.DedicatedCoreSet = { min = 4, max = 8 } |
20 changes: 0 additions & 20 deletions
20
thread-manager/examples/core_contention_single_runtime.json
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.