AndyFug
Results
2
comments of
AndyFug
Hi @pfalcon, and many thanks for your response. Glad that my first report on GitHub has covered the main points... I now need to start learning a bit more about...
Hi, Thanks for looking into this again. I made the change as you described to the test case. Relevant code here: ```python while True: gc.collect() log.debug("Memory used: {}".format(start_mem - gc.mem_free()))...