yohanchatelain / pytracer

Pytracer: Automatic python code instrumentation.
6 stars 3 forks source link

Crash on tracing test_poisson_regression_non_normal_loss #8

Open niyonx opened 3 years ago

niyonx commented 3 years ago

On parse, it would at some point stop printing and the trace file inside the traces folder gets so big, my computer would run out of memory, taking around 50GB.

Do I just not have enough memory or did the test get stuck into a loop? Thanks

yohanchatelain commented 3 years ago

It's a memory limitation indeed. I added an online parsing for not loading all traces in memory but it seems to fail.