mijowild / fieldcycling

0 stars 1 forks source link

MemoryError() with bigger Files #8

Open harrispilton opened 7 years ago

harrispilton commented 7 years ago

The file I want to load is 200 MB, so in principle no need for MemoryErrors.

The memory tool I mentioned is memory profiler, see here for examples and download. However, the error also could occur due to something not directly related to memory.

some basic usage could looke like this python -m memory_profiler .\bokeh_throttle_fieldcycling.py

harrispilton commented 7 years ago

even better resource (for mentioned tool) https://www.huyng.com/posts/python-performance-analysis