speed is important !

how to force tazpkg & tazusb to use two CPU ?
(5 posts) (2 voices)-
Posted 13 years ago #
-
If you mean tazpkgbox (the graphical version of tazpkg) then rather use the command line version or switch to cooking and use tazpanel instead. If you mean tazpkg grabbing packages, that has nothing to do with your CPUs and uses your connection instead - slow connection, slow package downloads. If you mean the tazpkg packing and unpacking, then it's ALREADY using BOTH CPUs with lzma compression, but other factors like cache/disk space or available RAM might also play a major part. This is especially true with packages bigger than 50 or so MB.
You see why it helps to clarify where exactly your issue is?
Posted 13 years ago # -
Posted 13 years ago #
-
Posted 13 years ago #
-
Hmmm, seems gzip, bzip2 and lzma all use single threaded compression routines. This however has no effect on decompression speeds, so unless you use tazpkg pack or repack with big files alot, this shouldn't be a problem. If you really want it to go faster, then hack the scripts to use something like pgzip or plmza, but the improvement in speed for lmza is marginal since it splits and combines a tar.lzma file.
Posted 13 years ago #
Reply
You must log in to post.