If electric bills is not your concern, So you can go with Maximum Performance.
ssh to your server IPMI ip and apply these setting:
asu set OperatingModes.ChooseOperatingMode "Maximum Performance"
asu set Processors.CPUPstateControl None
asu set Power.PowerPerformanceBias "Platform Controlled"
asu set Power.PlatformControlledType "Maximum Performance"
Verify:
asu show OperatingModes.ChooseOperatingMode Processors.CPUPstateControl Power.PowerPerformanceBias Power.PlatformControlledType
OperatingModes.ChooseOperatingMode="Maximum Performance"
Power.PlatformControlledType="Maximum Performance"
Power.PowerPerformanceBias="Platform Controlled"
Processors.CPUPstateControl=None
That is all.