File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -921,6 +921,11 @@ function autopremake() {
921
921
# Memory: Set mem_max_mb to the amount of installed memory to bypass Limitation
922
922
writeConfigKey " synoinfo.mem_max_mb" " ${RAMMAX} " " ${USER_CONFIG_FILE} "
923
923
writeConfigKey " synoinfo.mem_min_mb" " ${RAMMIN} " " ${USER_CONFIG_FILE} "
924
+ # Optimized Synoinfo
925
+ writeConfigKey " synoinfo.support_trim" " yes" " ${USER_CONFIG_FILE} "
926
+ writeConfigKey " synoinfo.support_disk_hibernation" " yes" " ${USER_CONFIG_FILE} "
927
+ writeConfigKey " synoinfo.support_btrfs_dedupe" " yes" " ${USER_CONFIG_FILE} "
928
+ writeConfigKey " synoinfo.support_tiny_btrfs_dedupe" " yes" " ${USER_CONFIG_FILE} "
924
929
# eMMC Boot Support
925
930
if [ " ${EMMCBOOT} " = " true" ]; then
926
931
writeConfigKey " modules.mmc_block" " " " ${USER_CONFIG_FILE} "
You can’t perform that action at this time.
0 commit comments