Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix(sys-tuner): fix process name #368

Merged
merged 2 commits into from
Oct 4, 2022
Merged

Fix(sys-tuner): fix process name #368

merged 2 commits into from
Oct 4, 2022

Conversation

gBaGu
Copy link
Contributor

@gBaGu gBaGu commented Sep 30, 2022

Change process prefix from "solana-" to "velas-".

@gBaGu gBaGu requested a review from vldm September 30, 2022 13:27
@@ -38,7 +38,7 @@ fn tune_poh_service_priority(uid: u32) {

use std::{process::Command, str::from_utf8};

if let Some(pid) = find_pid("solana-validato", "/proc", uid, |dir| {
if let Some(pid) = find_pid("velas-validato", "/proc", uid, |dir| {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like there should be “velas-validator

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@gBaGu gBaGu requested a review from vldm October 3, 2022 13:46
@vldm vldm merged commit a80672a into velas:develop Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants