| View previous topic :: View next topic |
| Author |
Message |
entropic
Joined: 21 Dec 2008 Posts: 181
|
Posted: Wed Mar 03, 2010 2:33 am Post subject: |
|
|
You can set the function to a hotkey and call it many times.
The thing is you want to use as much RAM as possible, RAM you aren't using is being wasted. Data gets loaded to RAM to speed up access to it, if it isn't in RAM it is loaded from the disk which is far far slower.
More info on memory:
http://www.acm.org/crossroads/xrds5-3/pmgap.html |
|
| Back to top |
|
 |
Raule Guest
|
Posted: Wed Mar 03, 2010 8:02 am Post subject: |
|
|
| entropic wrote: | You can set the function to a hotkey and call it many times.
The thing is you want to use as much RAM as possible, RAM you aren't using is being wasted. Data gets loaded to RAM to speed up access to it, if it isn't in RAM it is loaded from the disk which is far far slower.
More info on memory:
http://www.acm.org/crossroads/xrds5-3/pmgap.html |
I thought less would be best.
If its not in ram, then does it make harder to hack ? |
|
| Back to top |
|
 |
Raule Guest
|
Posted: Thu Apr 22, 2010 12:32 pm Post subject: |
|
|
| anyone had any issues with Windows 7 ?? |
|
| Back to top |
|
 |
stevel
Joined: 12 Oct 2010 Posts: 132
|
Posted: Tue Jan 11, 2011 3:01 am Post subject: |
|
|
| There is a free program, Minimem, that appears to use the same technique to automatically lower memory usage on a per application basis (along with other bells and whistles): http://main.kerkia.com/Tools/Minimem/Download.aspx |
|
| Back to top |
|
 |
nimda
Joined: 26 Dec 2010 Posts: 3862 Location: Awesometown, USA
|
|
| Back to top |
|
 |
grannyGrump
Joined: 13 Sep 2010 Posts: 51 Location: rock>8<hardplace
|
Posted: Mon Feb 28, 2011 8:30 am Post subject: |
|
|
I'm curious though. Does the *Allocated* memory stay the same, even though the "active" RAM is reduced?
I don't actually understand how allocated memory works, but I do see in Task Manager that using FreeMem reduces MemUsage very drastically, but the Virtual Memory stays the same.
For example, Mem Usage might drop from 8 mb down to 700 kb, but the VM Size stays at 8 ~ 9 mb.
Can other apps use that Virtual Memory, or is it locked to the specific app?
Any clarification or ideas about how to interpret the different memory usage readings????
Thanks. _________________ Antique Newbie |
|
| Back to top |
|
 |
tain
Joined: 16 Feb 2010 Posts: 55
|
Posted: Mon May 30, 2011 11:18 am Post subject: |
|
|
| Perhaps we could use a discussion of how this differs from VarSetCapacity() ? |
|
| Back to top |
|
 |
|