-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7z parameters for performance? #18
Comments
I have, but I was afraid it would confuse most users. Which particular parameters would you want to be configurable? |
Reducing the level of compression would greatly increase performance. Setting it to |
@patrix87 : What about other flags (like the CPU utilization)? Wouldn't they need to be configurable as well? |
After reading the docs, 7z has multithreading 'on' by default. However, the LZMA2 algorithm it chooses only use 2 thread by default for following reason.
|
Implemented in v1.7.0. You can specify optional 7-zip switches for compression and decompression in the configuration file. |
Is there a way your script could pass parameters to 7-zip to increase performance? I have a Plex system with 28 cores, 384GB of RAM, and NVME SSD storage - a backup operation currently uses ~5% CPU and about 5GB of RAM and takes about 90 mins to complete. It appears that 7z has some switches for memory usage and multithreading. Have you considered allowing usage of these parameters?
https://sevenzip.osdn.jp/chm/cmdline/switches/method.htm
The text was updated successfully, but these errors were encountered: