PDA

View Full Version : Recommended SetMemoryMax


ADLANCAS
9th May 2005, 03:45
Hi,

Is there a recommended value to set this variable on 512MB or higher machines?
(CCE user, XP+SP1)

Thanks,

Alexandre

IanB
9th May 2005, 11:03
Default Memory_Max is 0.25 of physical memory with a minimum of 16Mb.

SetMemoryMax() Can set any value between 16Mb and (Physical Memory)-5Mb.

You should not set it higher than a little less than (Physical Memory)-(What everything else needs) otherwise paging will occur.

There is not much point setting it higher than a scripts peak temporal cache requirement. AVS will gobble memory to the set limit regardless of what it actually need. Purely linear scripts don't need very much.

IanB

ADLANCAS
10th May 2005, 04:00
I´ve got it. Thanks a lot.

Alexandre