Skip to main content

Questions tagged [memory-management]

The tag has no usage guidance.

0 votes
0 answers
34 views

Web App Tool to figure out memory usage of a link

I'd like to figure out the memory cost of a link, eg foobar.com, as would be used if a general-purpose laptop/cbk would load it. Ideally the webpage has an input field where I can type foobar.com, ...
Pacerier's user avatar
  • 523
0 votes
0 answers
21 views

Program that scans your computer and explains what would be best hardware upgrades for it

Is there a program that scans you computer, and shows what upgrades you would get the most out of? One that looks at all aspects from graphics, memory, as well as wifi cards, and network setups? ...
MidNightMechanic 's user avatar
1 vote
0 answers
9 views

Show how much committed memory each program takes

I'm looking for a program for Microsoft Windows 7 SP1 that can show how much committed memory each program takes. If a program (such as Chrome) creates many processes, then I want to see the sum of ...
Franck Dernoncourt's user avatar
1 vote
0 answers
166 views

Drop-in disk-based (not limited by RAM) Java map replacement

I have asked a question in Software Engineering Stack Exchange. I am refactoring a project which loads its all data from the mongo to the Java HashMap. The system writes both in the map and the mongo ...
seal's user avatar
  • 111
0 votes
0 answers
20 views

Free and easy to use C/C++ static code analyser and memory debugger for absolute beginners on Windows

There are tools like Valgrind, which are available on Linux, Paid PVS Studio, but nothing I know or have used is easy to use. IDEs like VS Code come with support for debugging, but I specifically want ...
lousycoder's user avatar
0 votes
0 answers
94 views

Show the amount of committed memory per program on Windows 7

I am looking for a program shows how much committed memory a program has on Windows 7 SP1 x64 Ultimate. Any license or price is fine. By committed memory I mean whatever contributes to the 42 GB shown ...
Franck Dernoncourt's user avatar
1 vote
0 answers
65 views

A Firefox addon to suspend inactive tabs to disk which does not require the tab to be reloaded by swapping from RAM to disk (to reduce memory use)

Is there a Firefox addon (or anything built into Firefox) that allows suspending inactive tabs which does not require the tabs to be reloaded when restoring/resuming them? I think this could be ...
mYnDstrEAm's user avatar
1 vote
1 answer
104 views

GUI tool for viewing CPU/IO/Memory Pressure information in Linux

Newer versions of the Linux kernel provide detailed information on not only memory pressure, but also IO and CPU pressure. This "pressure" can be thought of as a measure how much your ...
DeveloperACE's user avatar
1 vote
1 answer
40 views

FLOSS software that helps you remember a passhprase

Currently I'm using a bad passphrase and would like to switch to diceware. However, the kinds of passhphrases I'll be generating won't be recoverable so I must remember them. Is there any software ...
John Doe's user avatar
0 votes
2 answers
2k views

Any Way to Use zRAM on Mac?

My friend has an old Macbook that doesn't have much RAM. I am mostly a Linux person, and I don't know that much about Mac, though I did grow up using older ones. I know that on Linux, it is possible ...
user6163731's user avatar
1 vote
0 answers
73 views

How to benchmark peak memory working set and runtime of cli applications?

I have a similar piece of code in 4 different technologies (Go, Node, .NET and Python), and all of them are CLI tools. I'd like to benchmark them against one another and record runtime as well as the ...
david1602's user avatar
0 votes
2 answers
86 views

Consume an arbitrary amount of system memory in Windows

I'm looking for Windows program or method to consume an arbitrary amount of RAM. Purpose is to test how another program behaves when it's an a reduced memory situation.
matt wilkie's user avatar
0 votes
1 answer
35 views

Software to clean unnecessary data from my PC without making any kind of damage?

I do have a lot of unnecessary data in my C-drive, some of them are from previously installed software and some are just some temporary files... Can you suggest me some good software to clean them ...
prasad_21's user avatar
2 votes
0 answers
195 views

CPP memory leaks detection tool for Mac Mojave

I am developing with c++ with a mac. Frequently, my codes have memory leak issues, and I want a tool that can detect them. I want something like Valgrind, but I can't use Valgrind as I'm on Mojave(10....
user avatar
1 vote
1 answer
463 views

Tool to detect memory leak in big C++ server application on AIX7.1 and AIX7.2

I am making an VC++/C++ application in AIX7.1. Client system is made of VC++ and server is made of C++ and DB is Db2 v10.5. Compiler version is following: IBM XL C/C++ for AIX, V13.1.3 (5725-C72, 5765-...
Amazonite's user avatar

15 30 50 per page