lhns / fs2-compress

Compression Algorithms for Fs2
Apache License 2.0
36 stars 2 forks source link

Possible memory leak #155

Open jakobmerrild opened 2 hours ago

jakobmerrild commented 2 hours ago

I'm not sure exactly what's going on, but when running

sbt test

The SBT runnable runs out of memory. This might be an issue with the way the tests are constructed, but could also indicate a memory leak in the implementation itself?

jakobmerrild commented 2 hours ago

I should note that I'm using the sbtn client and run with SBT in BSP mode.

jakobmerrild commented 2 hours ago

Just tried running with native SBT and there was no issue. Feel free to close this issue if it isn't something worth investigating.