IanQS / krak_trader

Automated Kraken Trader
2 stars 1 forks source link

Scraper eventually consumes all memory #1

Closed IanQS closed 6 years ago

IanQS commented 6 years ago

Numpy array getting too large? Strange as it never happened before

Attempts

1) 1K holder size then save. Results: Fails

2) np.savez instead of np.savez_compressed: Results

Observations

IanQS commented 6 years ago

https://github.com/numpy/numpy/issues/5336