08.05.2017, 14:41
Some plugins, such as mysql, doesn't free the result cache when you use unthreaded queries (mysql_query), so it means that every time a 'select' query gets executed, results are stored in RAM but never cleared, and so on, so it keeps increasing your RAM usage.