Skip to content

Commit

Permalink
To speed up the system we must set dirty_background_ratio=15
Browse files Browse the repository at this point in the history
  • Loading branch information
dorimanx committed Jun 3, 2013
1 parent 6a27142 commit 9c192e2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion res/customconfig/battery.profile
Expand Up @@ -92,7 +92,7 @@ scheduler=row
sleep_scheduler=row
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=5
dirty_background_ratio=15
dirty_ratio=20
zramtweaks=4
swappiness=0
Expand Down
2 changes: 1 addition & 1 deletion res/customconfig/customconfig.xml
Expand Up @@ -345,7 +345,7 @@
<spinnerItem name="exterminate" value="exterminate"/>
</spinner>

<seekBar description="Dirty background memory buffer, more you set, more memory will be used for write buffer for background operations. Buffer is released on need to free RAM (Default: 5%)" name="Dirty Background ratio" action="generic /proc/sys/vm/dirty_background_ratio" unit="%" min="5" reversed="false" step="5" max="80"/>
<seekBar description="Dirty background memory buffer, more you set, more memory will be used for write buffer for background operations. Buffer is released on need to free RAM (Default: 15%)" name="Dirty Background ratio" action="generic /proc/sys/vm/dirty_background_ratio" unit="%" min="5" reversed="false" step="5" max="80"/>

<seekBar description="Dirty real time memory buffer, more you set, more memory will be used for write buffer for real time operations. Buffer is released on need to free RAM (Default: 20%)" name="Dirty ratio" action="generic /proc/sys/vm/dirty_ratio" unit="%" min="5" reversed="false" step="5" max="90"/>

Expand Down
2 changes: 1 addition & 1 deletion res/customconfig/default.profile
Expand Up @@ -92,7 +92,7 @@ scheduler=row
sleep_scheduler=row
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=5
dirty_background_ratio=15
dirty_ratio=20
zramtweaks=4
swappiness=0
Expand Down
2 changes: 1 addition & 1 deletion res/customconfig/extreme_battery.profile
Expand Up @@ -92,7 +92,7 @@ scheduler=row
sleep_scheduler=row
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=5
dirty_background_ratio=15
dirty_ratio=20
zramtweaks=4
swappiness=0
Expand Down
2 changes: 1 addition & 1 deletion res/customconfig/extreme_performance.profile
Expand Up @@ -92,7 +92,7 @@ scheduler=row
sleep_scheduler=row
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=5
dirty_background_ratio=15
dirty_ratio=20
zramtweaks=4
swappiness=0
Expand Down
2 changes: 1 addition & 1 deletion res/customconfig/performance.profile
Expand Up @@ -92,7 +92,7 @@ scheduler=row
sleep_scheduler=row
oom_config_screen_on=default
oom_config_screen_off=medium
dirty_background_ratio=5
dirty_background_ratio=15
dirty_ratio=20
zramtweaks=4
swappiness=0
Expand Down

0 comments on commit 9c192e2

Please sign in to comment.