Mentions légales du service

Skip to content
Snippets Groups Projects
Commit acda478e authored by PAULIN Nathan's avatar PAULIN Nathan
Browse files

Merge branch 'grat-enable-turboboost' into 'master'

[nancy][grat] enable turbo boost

See merge request !1104
parents b04e7baf c885b711
No related branches found
No related tags found
1 merge request!1104[nancy][grat] enable turbo boost
Pipeline #1135468 passed with warnings
......@@ -352,9 +352,9 @@
"cstate_driver": "acpi_idle",
"cstate_governor": "menu",
"ht_enabled": true,
"pstate_driver": "none",
"pstate_governor": "none",
"turboboost_enabled": false
"pstate_driver": "acpi-cpufreq",
"pstate_governor": "performance",
"turboboost_enabled": true
},
"performance": {
"core_flops": 33600000000,
......
......@@ -165,9 +165,9 @@ grat-1:
cstate_driver: acpi_idle
cstate_governor: menu
ht_enabled: true
pstate_driver: none
pstate_governor: none
turboboost_enabled: false
pstate_driver: acpi-cpufreq
pstate_governor: performance
turboboost_enabled: true
processor:
cache_l1d: 32768
cache_l1i: 32768
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment