Jump to content
Sign in to follow this  
Lema

powerthrottling Delphi

Recommended Posts

Hello, 

I am testing Delphi 12 CE on a laptop with an i7-1360P CPU and noticed a significant performance drop when running on battery.

After several tests, I found a workaround by using the following command:

powercfg /powerthrottling disable /path "c:\Program Files (x86)\Embarcadero\Studio\23.0\bin\bds.exe"

This stabilized the performance.

Have you experienced a similar issue?
Is this approach correct?

Share this post


Link to post
20 hours ago, Lema said:

Have you experienced a similar issue?

Is not an issue, is the normal function of energy saving, like implemented in "balanced power" profile of a laptop PC.

 

You have disable some of the "mechanism" that allow the system to moderate the use of the battery when the laptop is in battery mode, only for BDS.EXE application.

If you prefer performance to energy saving is one of the right approach.

Edited by DelphiUdIT

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×