Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
build
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CodeLinaro
lf
build
Commits
9f968a21
Commit
9f968a21
authored
12 years ago
by
Linux Build Service Account
Committed by
Gerrit - the friendly Code Review server
12 years ago
Browse files
Options
Downloads
Plain Diff
Merge "Revert "msm7627a: Change adj level and min_free_kbytes""
parents
23327ff7
adb12135
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
patch/ics_strawberry/system/core/Revert-msm7627a-Change-adj-level-and-min_free_kbytes.patch
+33
-0
33 additions, 0 deletions
...evert-msm7627a-Change-adj-level-and-min_free_kbytes.patch
with
33 additions
and
0 deletions
patch/ics_strawberry/system/core/Revert-msm7627a-Change-adj-level-and-min_free_kbytes.patch
0 → 100644
+
33
−
0
View file @
9f968a21
From b688a31031768fd6b4b701222b80c98c920dc9da Mon Sep 17 00:00:00 2001
From: Michael Schwartz <mschwart@codeaurora.org>
Date: Tue, 12 Feb 2013 17:50:35 -0800
Subject: [PATCH] Revert "msm7627a: Change adj level and min_free_kbytes"
This reverts commit 9fef2016a3af53f704f2f5ac2841de7e2928266c. This
change allows the /sys/module/lowmemorykiller/parameters adj and minfree
values to be set by Gecko.
Change-Id: I9f5f3df63089b063d65f514913062957103f9f34
---
rootdir/etc/init.qcom.post_boot.sh | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/rootdir/etc/init.qcom.post_boot.sh b/rootdir/etc/init.qcom.post_boot.sh
index e0d33bb..b40d2b7 100755
--- a/rootdir/etc/init.qcom.post_boot.sh
+++ b/rootdir/etc/init.qcom.post_boot.sh
@@ -221,11 +221,3 @@
case "$target" in
;;
esac
-# Change adj level and min_free_kbytes setting for lowmemory killer to kick in
-case "$target" in
- "msm7627a")
- echo 0,1,2,4,9,12 > /sys/module/lowmemorykiller/parameters/adj
- echo 5120 > /proc/sys/vm/min_free_kbytes
- ;;
-esac
-
--
1.7.8.3
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment