|
Thank you, I also just found that it's not even viable option after all.
When doing something like xtool:munity+srep+lzma where xtool is set to solid = 0, FA will pass that upstream. That is srep and lzma will also be applied to each file individually before joining archive.
I found out after wasting hours compressing, so now I am doing those files through batch script before packing with FA. I found using ppx2 to parallel xtool(with -t1) for each file instead of doing "tar" through FA with single xtool and -t100p give significant speed boost as well.
|