bpzip2 maximum processors

  • Is there anyway to se maximum processors used when doing backup with pbzip2 ?
    For example adding option like -p4 somewhere will make it use only 4 processors ?

  • Hello ;


    See man pbzip2

    Code
    1. ...
    2. -l,--loadavg
    3. Load average determines max number processors to use
    4. ...


    You must patch i-MSCP code to make this working.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • Yes i looked around and seems like backup system is using tar and we give parameter for compression program only.
    I do not see where we can easy add options for pbzip2.