| Description |
Mbfree allocates and frees a given amount of memory. It is especially helpful on systems that are over utilized that swap a lot. A lot of OSs loose performance when their main memory is used and the OS is swapping. Mbfree allows you to allocate a certain amount of memory and free it. In Linux the result is usually faster loading of programs -- or successful loading of programs when they don't load because there is not enough free memory. |