how do i fix it?
Memory leak for what? If you're coding (which I assume you are): are you using a language that has no garbage collector? Have you freed memory you have allocated for something else? Valgrind is a useful tool for debugging memory leaks.
download more ram