adamw7 / tools

code generation and data oriented tools
MIT License
5 stars 1 forks source link

Add tests proving that iterable data sources do not leak memory #42

Closed adamw7 closed 1 year ago

adamw7 commented 1 year ago

Need a test that has set a max heap let's say 5MB and loads 6MB CSV file etc

adamw7 commented 1 year ago

Probably need a separate test module to set max heap:

maven-surefire-plugin -Xms800m -Xmx800m -XX:MaxPermSize=1024m -da
adamw7 commented 1 year ago

Also need to test the no memory uniqueness checks for the same

adamw7 commented 1 year ago

Implemented