Skip to content

lima 0.8.2 instance not support CPU SSSE3 #641

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

Closed
junnplus opened this issue Feb 9, 2022 · 6 comments · Fixed by #643
Closed

lima 0.8.2 instance not support CPU SSSE3 #641

junnplus opened this issue Feb 9, 2022 · 6 comments · Fixed by #643
Labels

Comments

@junnplus
Copy link
Contributor

junnplus commented Feb 9, 2022

Description

I am running clickhouse using docker in lime and I found that after upgrading to lima 0.8.2, CPU SSSE3 is no supported, is this expected?

ref: ClickHouse/ClickHouse#20237

@junnplus

This comment was marked as off-topic.

@AkihiroSuda
Copy link
Member

@junnplus
Copy link
Contributor Author

junnplus commented Feb 9, 2022

@AkihiroSuda Sorry, I mean it should be related to this PR.

@junnplus
Copy link
Contributor Author

junnplus commented Feb 9, 2022

PR #494 use qemu64 CPU instead of Haswell-v4, qemu64 CPU does not contain the instruction set of SSSE3 by default.

@jandubois
Copy link
Member

PR #494 use qemu64 CPU instead of Haswell-v4, qemu64 CPU does not contain the instruction set of SSSE3 by default.

I'm not sure why that switch was made; I assumed that qemu64 provided better performance. If so, then the question may be if having SSSE3 support will make up for not getting the other gains from switching to qemu64.

I guess it would be nice to know the actual benchmarks used for comparison, and what the numbers are.

Either way, implementing #592 to give the user an option seems like a good idea.

@junnplus
Copy link
Contributor Author

Either way, implementing #592 to give the user an option seems like a good idea.

SGTM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants