79729803

Date: 2025-08-08 13:20:58
Score: 0.5
Natty:
Report link

2025:

same problem here.

my findings:

with pyarrow.set_memory_pool(pyarrow.jemalloc_memory_pool()) and pyarrow.jemalloc_set_decay_ms(0) the memory will be released eventually if you have enough memory to prevent OOM kill before the full gc triggered.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: skywalkerytx