Changes between Initial Version and Version 1 of Ticket #1541


Ignore:
Timestamp:
Apr 25, 2017, 3:43:04 PM (7 years ago)
Author:
Dimitar Misev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1541 – Description

    initial v1  
    1 It appears that in some cases memory is not really released and returned by free(). It's pretty complex and not very clear why.
     1It appears that in some cases memory is not really released and returned by free(). It's pretty complex and not very clear why. Especially with GB of allocated memory for tiles, this is a huge issue.
    22
    33So far I've come across one solution of replacing the system malloc with tcmalloc or jemalloc; but this still doesn't seem to work in all cases, e.g. it works on Ubuntu 16.04, but not on Ubuntu 14.04.