ADVERTISEMENT

memboost.zip

Rizone Memory Booster - efektywna optymalizacja RAM'u

W sieci znalazłem program do optymalizacji pamięci RAM. Aplikacja nazywa się Rizone Memory Booster. Jest całkowicie darmowa i działa pod kontrolą systemów Windows 2000/XP/2003/Vista/7/2008. W odróżnieniu od innych tego typu programów, które zamiast przyspieszać działanie komputera ewidentnie go zwalniają, ten nie wymusza zwalniania dużych ilości pamięci do pliku wymiany tylko nawiązuje połączenie z systemowym API informując by oczyścił obszar roboczy procesów i zwolnił te części pamięci, których aktualnie nie potrzebują. Program jest bardzo prosty w obsłudze. Nie wymaga instalacji. Można go uruchomić także z pamięci przenośnych. Można go tak skonfigurować, by uruchamiał się automatycznie wraz z systemem.


Download file - link to post
  • memboost.zip
    • Array
    • Resources
      • Sidebar.jpg
      • MemBoost.ico
      • Sidebar.ico
      • Rizone.ico
    • Bin
      • NtCacheSet.txt
      • NtCacheSet.exe
      • SetSystemFileCacheSize.txt
      • SetSystemFileCacheSize.exe
    • MemBoost.exe
    • VirusScan.png


memboost.zip > NtCacheSet.txt

NtCacheSet does the same as Sysinternals CacheSet and is
based upon it:

http://www.sysinternals.com/ntw2k/source/cacheset.shtml


NtCacheSet adjusts the cache working set once a minute
to suitable values.


You can choose the values using commandline parameters:

Sample:

NtCacheSet /int=30000 /min=4096 /max=8192


/int is the setting interval in milliseconds

/min is minimum value

/max is maximum value


There are no checks if the values makes sense.

Start NtCacheSet again to remove it from memory.



There are doubts that this tool is useful ;-)





Freeware by Uwe Sieber
http://www.uwe-sieber.de


memboost.zip > SetSystemFileCacheSize.txt

SetSystemFileCacheSize V0.1


Small tool to use the new API function SetSystemFileCacheSize availlable under
Windows 2003 Server SP1 and Vista.

http://msdn.microsoft.com/library/en-us/sysinfo/base/setsystemfilecachesize.asp




Sets the limits for the size of the working set for the file system cache



Usage samples:

SetSystemFileCacheSize
shows the current Windows settings

SetSystemFileCacheSize /?
shows this help

SetSystemFileCacheSize 8 128
sets the min size to 8 MB and the max size to 128 MB

SetSystemFileCacheSize off 128
disables min size and sets the max size to 128 MB

SetSystemFileCacheSize off off
disables min and max size

SetSystemFileCacheSize flush
flushes the file cache


Must be started with admin previleges.

Shows a messagebox if required, otherwise it's invisible and returns
an errorlevel 0.

On 32bit systems the maximum values seem to be 2047. On AMD64
systems the limit is 4096 because of using 32 bit values only
in this Win32 version. An AMD64 version is required for larger
values.

Limiting its working set does not mean that the cache manager will never
use more memory for cache than the limit defines. It's the working set
only which is limited. You will still have a large cache when there is
enough availlable memory. But running processes are no more the favourite
victim when new cache memory is required.




Uwe Sieber
mail@uwe-sieber.de

23rd July 2008