473,395 Members | 1,516 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

How RamOptimizer Softwares would work??

Hye,
Currently I have got a question how RAM softwares like RAM Optimizer
which makes RAM free at a given amount of time.. So, how would they work??
Is there any method of emptying memory on the machine?? Or can we hook on
global memory so that we can free some of it when system goes below limit...

--
Jigar Mehta
jb*******@yahoo.co.in
Nov 17 '05 #1
1 1152
Jigar Mehta wrote:
Hye,
Currently I have got a question how RAM softwares like RAM
Optimizer which makes RAM free at a given amount of time.. So, how
would they work?? Is there any method of emptying memory on the
machine?? Or can we hook on global memory so that we can free some of
it when system goes below limit...


Ignore all such products - they do nothing useful and in some cases are
harmful.

Typically such "optimizers" simply allocate a bunch of memory (thus forcing
everything to be paged to disk) and then terminate (thus leaving a large
block of contiguous free memory). The result is that the next program you
run will likely load & run quickly, but if you switch back to another
applicaiton that you were using it will be very sluggish as the OS has to
page-in the entire app (one page at a time).

The fallacy with such "memory defragmenters" is that fragmentation of the
pysical memory space is not relevant to Windows applications due to the
virtual memory model that's being used. There's no requirement (or benefit)
in having contiguous virtual addresses actually lie in contiguous physical
addresses. That is, unless you can also influence the mapping of physical
pages to swapfile space, in which case there might be some advantage to be
gained. These so-called RAM optimizers have no such access.

-cd
Nov 17 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: BRUCE WILLIS via DotNetMonster.com | last post by:
Hello architectural, engineer and technical users! We can offer you new regi stered CAD/CAM/CAE softwares: Survey , GIS , Rock , Soil and Water, Industri al and Control Project, Mathematics ,...
6
by: Kaushal Mehta | last post by:
Hello, I am using two third party softwares, cyrus IMAP and UW c-client and both of them are defining a function fatal with different signature. Here is the error "ld: fatal: symbol `fatal' is...
0
by: Tintin92 | last post by:
Hello, I just started a new group about .NET Framework from MicroSoft and trading softwares. http://finance.groups.yahoo.com/group/NetTraders All about .NET Framework from MicroSoft and...
2
by: bpr | last post by:
hai everyone, My task is to list out softwares installed in client pc... My idea is to know command that fetch me the softwares installed in a particular pc..and then from a java application...
0
by: kain razial | last post by:
ANYOTHER NEEDS ALSO CONTACT ME.I WILL HELP YOU TO GET THAT TEKLA XSTEEL V 12 DOWNLOAD LINK. http://www.sendspace.com/file/zem32r
0
by: eitherway | last post by:
Hi! How do we retrieve all the installed softwares in WMI? All means all the softwares being installed in the computer. I used win32_Product yet it only retrieves those microsoft softwares and it...
2
by: harika6 | last post by:
hi friends!! java program to retreive all softwares installed in the system as an output i.e all the softwares that are in add or remove programs.
3
by: sivakrupa | last post by:
Hello, I need to send email to a person just like how he would be sending a self email to his account itself....... Ths can be achieved with the help of using softwares... But the task should be...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.