Skip to main content
Filter by
Sorted by
Tagged with
5 votes
2 answers
9k views

How do I set MinWorkingSet and MaxWorking set for a 64-bit .NET process? p.s. I can set the MinWorkingSet and MaxWorking set for a 32-bit process, as follows: [DllImport("KERNEL32.DLL", EntryPoint = ...
Contango's user avatar
  • 81k
7 votes
1 answer
15k views

I am starting the developpement of a project which will be made of multiple modules. I will validate each of those modules with a dedicated testbench, each with their main() function. I would like to ...
feronjb's user avatar
  • 355
3 votes
2 answers
2k views

I want to achieve the functionality of selecting a working set programmatically. I tried with the below code: IWorkingSetManager wsMgr = PlatformUI.getWorkbench().getWorkingSetManager(); IWorkingSet ...
Ramg's user avatar
  • 160
1 vote
1 answer
257 views

I have a service which intermittently starts gobbling up server memory over time and needs to be restarted to free it. I turned +ust with gflags, restarted the service, and started taking scheduled ...
adaj21's user avatar
  • 593
1 vote
1 answer
87 views

I want to get the runtime working sets information of the current workspace. I have tried the method: IWorkingSet[] getWorkingSets() of the IWorkbenchPage IWorkbenchPage page = PlatformUI....
chygo's user avatar
  • 476