Need suggestions - Running etcd as realtime process #17474
Unanswered
rajanarayanaa
asked this question in
Q&A
Replies: 1 comment
-
Hey @rajanarayanaa - Thanks for your question. etcd is generally more sensitive to disk latencies rather than CPU contention from my experience. When etcd is running on a system with competing workloads our tuning guidelines recommend the use of We don't currently have any written tuning documentation for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it advisable to run etcd as a realtime process using
chrt
?Example
chrt -p 60 <pid of etcd process>
This is primarily to ensure etcd get enough CPU cycles on a system when it's loaded.Could someone please advise me here?
Beta Was this translation helpful? Give feedback.
All reactions