Skip to content

Releases: josemirm/MemoryCleaner

Update 2

15 Dec 22:20
Compare
Choose a tag to compare

Update 2 release:

  • Bugs solved and refactored some parts
  • Now the releases are compiled with with debugging symbols, and the debugging files are attached to the executable.
  • Changed how memory are allocated. Now does it in bigger chunks.

Update 1

03 Oct 09:29
d229ee8
Compare
Choose a tag to compare

Update 1 release:

  • Some bugs found in the code are solved.
  • Changed the default percentage of used memory from 90% to 80% to resolve stability issues.
  • Changes in the arguments. Now you set a percentage to clean instead a fixed value of kilobytes.
  • Added a check to 32-bit version users to advise them to use the 64-bit version when there are more than 2 GB of RAM to clean.