View Single Post
Old 17th June 2013, 14:04   #99  |  Link
SAPikachu
Registered User
 
SAPikachu's Avatar
 
Join Date: Aug 2007
Posts: 218
Quote:
Originally Posted by zerowalker View Post
Donīt really get how i am supposed to set it up?
And i donīt have an enormous amount of memory. Got 8gb.
Something like this:
Code:
MP_Pipeline("""

XXXSource("...")
### prefetch: 512, 256

### ###

MCTD()
### branch: 4, 32
### prefetch: 64, 0

### ###

### prefetch: 64, 0

### ###

""")
Note again, I haven't tested these parameters in any ways, not sure how they perform.

Actually, if you have only 8GB of memory, I would suggest trying this:

Code:
MP_Pipeline("""

XXXSource("...")
### prefetch: 64, 32

### ###
SetMemoryMax(3072) # Set this to smaller value if your memory runs out or the slave process crashes
MCTD()
# Don't put anything else in this block
### prefetch: 32, 0

### ###

""")
__________________
f3kdb 1.5.1 / MP_Pipeline 0.18

ffms2 builds with 10bit output hack:
libav-9a60b1f / ffmpeg-1e4d049 / FFmbc-0.7.1
Built from ffms2 6e0d654 (hack a9fe004)

Mirrors: http://bit.ly/19TwDD3
SAPikachu is offline   Reply With Quote