Opened 11 years ago
Closed 10 years ago
#618 closed defect (fixed)
Data ingestion uses more memory than necessary
Reported by: | Dimitar Misev | Owned by: | Dimitar Misev |
---|---|---|---|
Priority: | major | Milestone: | Future |
Component: | undecided | Version: | development |
Keywords: | Cc: | Peter Baumann | |
Complexity: | Medium |
Description
Especially in the client part, rasdaman uses upto 4x memory than the actual data size.
r_GMarray for example initializes an empty array which is never really used and not even properly freed (so there is a memory leak there, source:rasodmg/gmarray.cc line 124).
Note:
See TracTickets
for help on using tickets.
Fixed on the client side, it is substantial work to fix on the server side.