Archived

This forum has been archived. Please start a new discussion on GitHub.

Is there any method in freezemap which can free memory

I use FreezeMap to support my client application. The memory occupied by the program gradually increases as more data is transferred from the server.It seems that these memory will never be freed by FreezeMap in client.
I was wondering if there is a method in freezemap to free the memory willingly.

Comments

  • matthew
    matthew NL, Canada
    What language and Ice version are you using? There are no known memory leaks with the freeze map.
  • matthew wrote: »
    What language and Ice version are you using? There are no known memory leaks with the freeze map.

    I use Ice-3.1.1-VC60 to program.
    I don't think it is a memory leak problem. I guess the more data in DB,the more memory occupied by freezemap. So I wonder if there is a method to free the memory willingly. Even closing the connection of database(Freeze::ConnectionPtr->close) can not free the memory.