You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the readme, "you can significantly speed up extracting using pbzip2 (recommended)". However, extracting the Photon database tarball with pbzip2 -cd is only using a single core on my machine.
The .bz2 file needs to be created with pbzip2 (instead of the normal bzip2) in order to allow for parallelized decompression. Are you sure you're doing this? Because to me it looks like the file isn't optimized for pbzip2.
The text was updated successfully, but these errors were encountered:
According to the readme, "you can significantly speed up extracting using pbzip2 (recommended)". However, extracting the Photon database tarball with
pbzip2 -cd
is only using a single core on my machine.The
.bz2
file needs to be created withpbzip2
(instead of the normalbzip2
) in order to allow for parallelized decompression. Are you sure you're doing this? Because to me it looks like the file isn't optimized forpbzip2
.The text was updated successfully, but these errors were encountered: