-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
Description
It would be nice to change the (MT) -T parameter to lowercase ,because zstdmt cant be used as external compressor with multithreading in Freearc. In my experiences Freearc dont understant uppercase characters after the -m parameter ! (after -m you can chain compression algorithms ,like this : arc a -mdelta+zstd myarc.arc mydata.dat)
Ok ,in Arc.ini it works fine ,but i need to change frequently the number of threads and it is not a good way to do that....
ZSTD/MT:
1 thread : it eats ~750 MB RAM.
2 threads : ~4 GB RAM.
The RAM consumption is non-linear ,i cant predict the required RAM. Is it normal ?
How can i calculate the required memory ?
Thanks !