>>> On Wed, Oct 17, 2007 at 2:49 AM, in message <[EMAIL PROTECTED]>, "ssurui" <[EMAIL PROTECTED]> wrote: > After long time, the free memory is > not increased, it still 300M memory vanished I think the one thing everyone knows as a fact is that the memory did not vanish. Your latest message gives us a clue that what interests you is why free (unused, idle, not giving you any benefit) memory went down. If that is the question, it is because PostgreSQL goes through the OS file systems, so RAM which is serving no other purpose will automatically be used to cache data. If you need memory for something else, the cache will be reduced to compensate. -Kevin
---------------------------(end of broadcast)--------------------------- TIP 1: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your message can get through to the mailing list cleanly