Changes between Initial Version and Version 1 of Ticket #1541
- Timestamp:
- Apr 25, 2017, 3:43:04 PM (8 years ago)
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. 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. Especially with GB of allocated memory for tiles, this is a huge issue. 2 2 3 3 So 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.