task_profiles.json 497 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "Profiles": [
  3. {
  4. "Name": "GpisSfCpusetEnable",
  5. "Actions": [
  6. {
  7. "Name": "SetAttribute",
  8. "Params":
  9. {
  10. "Name": "GpisSfCpuset",
  11. "Value": "3-6"
  12. }
  13. }
  14. ]
  15. },
  16. {
  17. "Name": "GpisSfCpusetDisable",
  18. "Actions": [
  19. {
  20. "Name": "SetAttribute",
  21. "Params":
  22. {
  23. "Name": "GpisSfCpuset",
  24. "Value": "0-6"
  25. }
  26. }
  27. ]
  28. }
  29. ]
  30. }