View Single Post
  #3  
Old 15-03-2011, 01:01
peterf1999's Avatar
peterf1999 peterf1999 is offline
Die Hard Member
 
Join Date: Nov 2008
Location: Italy
Posts: 928
Thanks: 14
Thanked 983 Times in 236 Posts
peterf1999 is on a distinguished road
Quote:
Originally Posted by dogyutz View Post
i got an error during repacking...

look at this----->>>
Decrease the number of cpu threads, edit the row 11 in Re-compress.bat:

from

Code:
7z a -sfx7z.sfx -m0=LZMA2:d=26 MLB2K11_arc "%CD%\cab_temp\*"
to
Code:
7z a -sfx7z.sfx -mmt2 -m0=LZMA2:d=26 MLB2K11_arc "%CD%\cab_temp\*"
Code:
-mmt2= 2 threads per cpu
-mmt1= 1 thread per cpu
Reply With Quote