Quelklef / random-algorithms

so1TpzpOyCizrHpZWQc9
1 stars 0 forks source link

VDW: Memory leak? #6

Closed Quelklef closed 6 years ago

Quelklef commented 6 years ago

Memory usage seems to rise abnormally when running the algorithm when a lot of patterns have alreaady been done, so a lot of time is spend just reading existing data.

The algorithm will crash with a ResourceExhaustedError.

Quelklef commented 6 years ago

The crash happens if the algo is being run with 0 previous data as well.