Roman Gershman

Results 808 comments of Roman Gershman

make sure we can flush lua memory and we do not have any leaks from lua

so maybe it's not lua. it could be that we are still missing a rather large contributor to backing heap usage.

or we have a memory leak

i suggest checking `memory malloc-stats` as well

the issue with bigger block allocation, `18488 160 65120 65120 65120` - old vs `22132 184 65280 65280 62560` - new

One issue I found we have problems with `mi_heap_malloc_aligned`. 1. 8 byte alignment should be a noop but in practice it can increase the effective size. 2. with `(size %...

update: it should return a nested array for `$` paths and plain array for `.` path.

for (2) I am talking about mem_defrag_threshold flag

for (1) to kick-off DoDefrag process manually without checks