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
this github action is using 2 cores by default. but for my application is required 6 cores so I have passed the argument cores: 6 but when github action will run it will showing me warning like
'WARNING | Running on a system with less than 6 logical cores. Setting number of virtual cores to 1'
so I am not sure it is taking 6 cores or not. can anyone please help me for that how can I increase my device cores.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
this github action is using 2 cores by default. but for my application is required 6 cores so I have passed the argument cores: 6 but when github action will run it will showing me warning like
'WARNING | Running on a system with less than 6 logical cores. Setting number of virtual cores to 1'
so I am not sure it is taking 6 cores or not. can anyone please help me for that how can I increase my device cores.
Beta Was this translation helpful? Give feedback.
All reactions