How can I regain high amounts of reserved memory when looking in DSM's Resource Monitor?
Add
disable_mtrr_trimto the 'set common_args_3615' line in the grub.cfg file contained in the loader (applicable to jun's loader). It should look something like this:
set common_args_3615='disable_mtrr_trim syno_hdd_powerup_seq=0 HddHotplug=0 syno_hw_version=DS3615xs vender_format_version=2 console=ttyS0,115200n8 withefi elevator=elevator quiet'That should give you back all the reserved RAM.
Note: DS3617xs use 'set common_args_3617' and DS916+ uses 'set common_args_916'
Comments
Post a Comment