Memory management in Ubuntu and Linux
Memory management in Ubuntu and Linux in general is fairly optimal. Any applications that cause memory problems (eg “memory leaks”) would be considered buggy. Unused RAM is utilised by the system for read-ahead cache and other optimisations. These optimisations are removed from memory if it required by the system, so there’s no need to clean […]