Open Mirabis opened 1 month ago
I was thinking about cpu pinning and cpu units allocation management since the beginning. This will be so hard to me to implement quickly unfortunately... but of course, if you want to give a try, you more than welcome. Of course if I wake up a morning with time and faith, I am sure this will be achieved but again.. not in a close future :(
Is your feature request related to a problem? Please describe. I'm currently pinning certain LXCs to e-cores and others to p-cores depending on their workload. I'd like to start using this script but would love it if I can keep that functionality or even manage it through this script.
For example on my system:
13th Gen Intel(R) Core(TM) i5-13500 has cores 0-11 as P-cores and 12-19 as E-cores. I can thus pin an LXC to X-cores within an lxc conf file with:
Describe the solution you'd like If that behaviour could be mimicked, or my existing tags "e-core" / "p-core" can be kept than another script will modify those files as is currently already done.
Describe alternatives you've considered I already have a script I run periodically through cron to update the conf files based on PVE tags I have assigned to LXCs.
Additional context My existing script below: