[pve-devel] [PATCH v4] Added parallel compress support for vzdump with pigz.

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Jul 23 09:07:33 CEST 2015


> +	    my $cores = POSIX::sysconf(84);

I wonder if we should add the constant name _SC_NPROCESSORS_ONLN
somewhere in pve-common, though, instead of using the literal 84.
Though I guess as long as it's  only used once...
(A comment stating that it actually is _SC_NPROCESSORS_ONLN would be
good though.)




More information about the pve-devel mailing list