Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Delphi-News aus aller Welt (https://www.delphipraxis.net/58-delphi-news-aus-aller-welt/)
-   -   SetProcessWorkingSetSize: you hardly – if ever – need to call this from your process (https://www.delphipraxis.net/208274-setprocessworkingsetsize-you-hardly-%96-if-ever-%96-need-call-your-process.html)

DP News-Robot 7. Jul 2021 13:10

SetProcessWorkingSetSize: you hardly – if ever – need to call this from your process
 
There are quite a few posts that recommend using SetProcessWorkingSetSize to trim your process working set, usually in the SetProcessWorkingSetSize(ProcessHandle, -1, -1) form: [WayBack] SetProcessWorkingSetSize function (winbase.h) | Microsoft Docs Sets the minimum and maximum working set sizes for the specified process. BOOL SetProcessWorkingSetSize( HANDLE hProcess, SIZE_T dwMinimumWorkingSetSize, SIZE_T dwMaximumWorkingSetSize ); The working set of […]

Weiterlesen...


Alle Zeitangaben in WEZ +1. Es ist jetzt 02:48 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz