Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
100 views

I’m trying to measure the RAM usage of a specific application using C# (.NET Framework 4.6.2). I’ve already done some research and managed to get a result using Process.WorkingSet64, but the value ...
Sardor's user avatar
  • 27
0 votes
0 answers
434 views

I observed the following cAdvisor memory metrics for a container deployed in Kubernetes Service on Azure and am struggling to come up with an explanation. It's a .NET 6 program running in the ...
scharnyw's user avatar
  • 2,696
0 votes
0 answers
732 views

We have an 64-bit application that runs in c++ code in 16gb ram windows virtual machine. After few days of running the application,whole Pagefile.sys memory(32 GB) got filed and leads to crash.In ...
Jagadeesh Boggarapu's user avatar
0 votes
0 answers
41 views

I started implementing a custom configuration dialog for a custom working set. Now I wanted to implement an activation/deactivation mechanism (checkboxes) for the visible WorkingSets in the Project ...
Kuzniarz's user avatar
0 votes
0 answers
43 views

I'm studying computer science and I recently grouped all my projects by course to working sets. Is there a way to upload a working set as a single project to GitHub? It seems as if the working set ...
Guy Michael's user avatar
0 votes
1 answer
55 views

So currently I'm developing an Eclipse Plug-In that works with working sets. These custom working sets are being created with a wizard, which also creates a .properties file with all required settings....
Kuzniarz's user avatar
0 votes
1 answer
53 views

I am currently working on a Eclipse Plug-In (Java). The Plug-In is showing some files in a table, and when I double click the column, I want to select the Workingset which it is in. The method to get ...
geibi's user avatar
  • 55
3 votes
1 answer
319 views

I have a problem with working set enumerator (Recents tab) in Files app. I implement a working enumerator for Folders, it runs enumerateItems(for observer method when I move to the folder in UI and ...
Valeriy's user avatar
  • 815
0 votes
1 answer
85 views

I'm currently in a process of re-creating a resource working set in Eclipse, which would include ~130 projects. But as I'm setting a resource working set, I don't let the projects checked, but instead ...
maxxyme's user avatar
  • 2,354
2 votes
1 answer
930 views

I have my eclipse workspace so setup so that everything required to run the eclipse IDE (eclipse neon, jdk and the workspace) are on the usb drive. Before I created workingset in my workspace, this ...
H.Sheng's user avatar
  • 481
0 votes
1 answer
180 views

Working Set algorithm: There are 2 processes, each one of them has its own working set window. According to theory, in that window are stored the Δ most recent pages that the process has asked for. ...
Mpazelino's user avatar
3 votes
1 answer
84 views

I have makefile where I have noticed somethign peculiar. On the line marked with <------, if I put $(OBJECTS) instead of String.o the compilation fails. But I defined OBJECTS=$(String.o), why does ...
Jenia Be Nice Please's user avatar
0 votes
1 answer
38 views

I am currently using a IWorkingSetSelectionDialog created by a IWorkingSetManager. By default, clicking on the "new..." button in this dialog asks the user which type of working set should be created. ...
Hengrui Jiang's user avatar
0 votes
0 answers
197 views

I'm trying to determine if reducing the size of our documents will reduce our working set? Our database is reaching the limit of the RAM on our instances. We are storing redundant data in an array in ...
PVDM's user avatar
  • 118
0 votes
1 answer
306 views

I don't know whether I am doing it right or wrong, so let me explain: I am working on MongoDB version 2.6.6 I have sharded environment, which consists of 2 shards (replica sets), mongos & config ...
harshad's user avatar
  • 440
3 votes
1 answer
99 views

How do I have a Project Explorer's Working Set be built automatically from the contents of .gitignore, and then kept in sync with .gitignore? I am working on a C++ AutoTools project which, as it is ...
liori's user avatar
  • 42.7k
1 vote
1 answer
6k views

I want to write a cmd script to periodically empty the working set from the command prompt. For now I empty the working set in the Rammap tool from sysinternals, but that can't be run by a script.
foobarbaz's user avatar
  • 322
1 vote
0 answers
2k views

I am writing an application in C++ using WinAPI calls. I have recently looked at the statistics in Process Explorer and I can see, that the working set of the application is growing. Private bytes ...
Art Gertner's user avatar
0 votes
2 answers
1k views

I want to use SetProcessWorkingSetSize function, and on MSDN i see this: "The handle must have the PROCESS_SET_QUOTA access right. For more information, see Process Security and Access Rights." So, ...
brachistochron's user avatar
4 votes
1 answer
1k views

After mild frustration with the difficulty to make top-level "plain old folders" within Eclipse for visual-organization purposes, I discovered that the thing I'm after is called a "working set". ...
Lenoxus's user avatar
  • 705
2 votes
1 answer
822 views

I am working on several projects in Eclipse. The projects are checked out from an SVN repository. The projects also depend on each other. Currently, if I want to commit them, I have to mark each ...
Ewgenij Sokolovski's user avatar
0 votes
1 answer
4k views

I had to shutdown Eclipse ungracefully (killing the pid itself) and when I restarted it, all of my projects now show up in Package Explorer as belonging to a Working Set called Other Projects. I'm ...
user avatar
11 votes
3 answers
4k views

When selecting working sets as top level elements in Eclipse Indigo's project explorer, there was always a virtual working set Other Projects. But in Juno now, it seems like projects outside any ...
Cedric Reichenbach's user avatar
1 vote
1 answer
49 views

I try to write simple application that helps C/C++ code development; it looks for missing objects/functions and automatically includes one of standard C/C++ headers. I assume there're no external libs,...
user1781713's user avatar
2 votes
2 answers
1k views

I am using MyEclipse Workbench 8.6 for my development environment. The workspace has around 30 projects categorized into several Working Sets each of which has a corresponding folder in the file ...
Sam's user avatar
  • 6,958