Increasing Ram usage / Memory Leak (Scripts)
#4

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.
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)