diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh
index 70e9a329b8ef7eed51c27b2bcfbbcef4359270b1..55de0ef45261af504fbb4c801476eeffbc5be9e8 100644
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -3836,6 +3836,12 @@ case "$target" in
                 echo 400 > $memlat/mem_latency/ratio_ceil
             done
 
+            for gold_memlat in $device/*qcom,devfreq-l3/*cpu6*-lat/devfreq/*cpu6*-lat
+            do
+                echo 25000 > $gold_memlat/mem_latency/wb_filter_ratio
+                echo 60 > $gold_memlat/mem_latency/wb_pct_thres
+            done
+
             #Enable mem_latency governor for LLCC, and DDR scaling
             for memlat in $device/*cpu*-lat/devfreq/*cpu*-lat
             do