-
Notifications
You must be signed in to change notification settings - Fork 174
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
ksm_ksmtuned: gives more time for ksm to start #3957
Conversation
Checked 5 times, the current increase should be enough
|
@yanan-fu could you review this PR? Thanks ! |
would we use the |
@yanan-fu IINM, the |
Not exactly, it is wait for get the expected result instead of |
53fc43a
to
2ee4bb4
Compare
Sorry, it seems there are two wait_for functions 😀 |
2de201a
to
1667510
Compare
Test passed with the new changes
|
@yanan-fu could you review again this PR? Thanks ! |
d592fde
to
2225981
Compare
@yanan-fu this is a kindly reminder, could you review again this PR? Thanks ! |
0f9e04e
to
fe657fc
Compare
|
f4199ac
to
cd417de
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ack
Call for multi-arch review, @PaulYuuu @fbq815 @MiriamDeng , thanks ~ |
It seems there's error as below on ppc64le |
Logically, it is not related with this patch, it is the |
That's it, I am debugging the case on @MiriamDeng environment but for sure it is not related with the current patch. So that makes me think about how long is being ksm_ksmtuned failing on ppc... 🤔 😅 |
Furthermore, the test case takes ~5 minutes on x86_64 but more than 30 minutes in ppc |
After checking the timings, the case failed because ksmtuned needs some more time in order to start ksm after reaching the threshold. Signed-off-by: mcasquer <[email protected]>
@fbq815 @MiriamDeng this is a kindly reminder, could you review this PR? Thanks ! |
Test result on s390x: |
ACK |
ksm_ksmtuned: gives more time for ksm to start
After checking the timings, the case failed because
ksmtuned needs some more time in order to start ksm
after reaching the threshold.
Signed-off-by: mcasquer [email protected]
ID: 1932