View Single Post
  #15  
Old 24-08-2015, 18:34
gozarck's Avatar
gozarck gozarck is offline
Registered User
 
Join Date: Nov 2013
Location: Argentina
Posts: 163
Thanks: 254
Thanked 495 Times in 114 Posts
gozarck is on a distinguished road
MoreInfo:
Quote:
%NUMBER_OF_PROCESSORS%
its native window variable how many cores have your cpu.
this variable its allready in reflate command. its -t0
-t0=reflate will use all the cpu cores for the job.
Quote:
reflate_c.cmd 1.tar 1.refl8 -l6 -s128 -t0
You can use this variable in freearc command too
example
Code:
arc.exe a -s12g --cache1024  -maxs -dm0 -di+$ -ep1 -r -ed -i0 -lc- -ld1024 -mt%NUMBER_OF_PROCESSORS% -w./ dat_01.bin -msrep+exe+delta+lzma:1024m:mfbt4:250m:mc1000 "1.refl8"
__________________
-the science of the useless-

Last edited by gozarck; 24-08-2015 at 18:47.
Reply With Quote
The Following 5 Users Say Thank You to gozarck For This Useful Post:
1234567890123 (29-08-2015), BLACKFIRE69 (12-09-2019), EyeSalt (28-02-2018), RamiroCruzo (24-08-2015), Simorq (30-07-2016)