Initialize Tizen 2.3
[kernel/api/system-resource.git] / src / memory / memory.conf
1 [Memory64]
2 # Threshold to start reclaim
3 ThresholdLow=8                  # MB
4
5 # Threshold to start low memory killer
6 ThresholdMedium=5               # MB
7
8 # Threshold to stop low memory killer
9 ThresholdLeave=8                # MB
10
11 [Memory256]
12 # Threshold to start reclaim
13 ThresholdLow=20                 # MB
14
15 # Threshold to start low memory killer
16 ThresholdMedium=10              # MB
17
18 # Threshold to stop low memory killer
19 ThresholdLeave=20               # MB
20
21 [Memory512]
22 # Threshold to start reclaim
23 ThresholdLow=50         # MB
24
25 # Threshold to start low memory killer
26 ThresholdMedium=40              # MB
27
28 # Threshold to stop low memory killer
29 ThresholdLeave=60               # MB
30
31 [Memory1024]
32 # Threshold to start reclaim
33 ThresholdLow=200                # MB
34
35 # Threshold to start low memory killer
36 ThresholdMedium=160             # MB
37
38 # Threshold to stop low memory killer
39 ThresholdLeave=300              # MB
40