Velocidex / c-aff4

An AFF4 C++ implementation.
http://docs.aff4.org
Apache License 2.0
188 stars 34 forks source link

snappy compression for imaging hangs on windows #149

Open shodr opened 4 years ago

shodr commented 4 years ago

When making an image and using snappy compression winpmem hangs. It works using default compression.

shodr commented 4 years ago

The issue occures when using more than 2 threads. Snappy works if using at most 2 threads. (using version 3.3 RC3 on win server 2016). Default compression also hangs if using more than 6 threads. I have Threadripper 2gen with 16 cores.