You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 27, 2019. It is now read-only.
Using peloton command without parameters,peloton crashed with “setting” error. I use “Pelot -connection_thread_count=64” then it was ok.
I trace to the root cause and find that the SETTING_in(connection_thread_count,“number of connection treads......”,std::tread::hardware_concurrency(),1,64,false,fasle) caused the error,because my hardware threads larger than 64.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Machine configuration:
Using peloton command without parameters,peloton crashed with “setting” error. I use “Pelot -connection_thread_count=64” then it was ok.
I trace to the root cause and find that the SETTING_in(connection_thread_count,“number of connection treads......”,std::tread::hardware_concurrency(),1,64,false,fasle) caused the error,because my hardware threads larger than 64.
The text was updated successfully, but these errors were encountered: