Skip to content

Commit

Permalink
Set power cap attributes.
Browse files Browse the repository at this point in the history
min pcap: OPEN_POWER_MIN_POWER_CAP_WATTS
max: OPEN_POWER_N_PLUS_ONE_BULK_POWER_LIMIT_WATTS
qpd: OPEN_POWER_N_BULK_POWER_LIMIT_WATTS (oversubscription cap)
  • Loading branch information
jimsmc committed Jun 23, 2017
1 parent 4c94941 commit 033754c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions p9dsu.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8187,19 +8187,19 @@
</attribute>
<attribute>
<id>OPEN_POWER_MIN_POWER_CAP_WATTS</id>
<default></default>
<default>1945</default>
</attribute>
<attribute>
<id>OPEN_POWER_N_BULK_POWER_LIMIT_WATTS</id>
<default></default>
<default>1945</default>
</attribute>
<attribute>
<id>OPEN_POWER_N_MAX_MEM_POWER_WATTS</id>
<default></default>
</attribute>
<attribute>
<id>OPEN_POWER_N_PLUS_ONE_BULK_POWER_LIMIT_WATTS</id>
<default></default>
<default>2375</default>
</attribute>
<attribute>
<id>OPEN_POWER_N_PLUS_ONE_MAX_MEM_POWER_WATTS</id>
Expand Down

0 comments on commit 033754c

Please sign in to comment.