joewitt commented on issue #3975: NIFI-6964 Use compression level for xz-lzma2 
compression format
URL: https://github.com/apache/nifi/pull/3975#issuecomment-573821718
 
 
   It works great.  Tested various things.
   
   one problem is with compression level 9 it caused my VM to hit oome.  This 
was because I had default heap size 512MB and because level 9 uses a large 
dictionary.  As a result we should warn users that this processor can be memory 
intensive.  It is bounded which is great so this is good.
   
   Also tested various file sizes and that levels matter.  Higher levels take 
longer and are marginally more efficient.  Lower levels are extremely fast and 
marginally more efficient.  As expected so is useful.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to