tizen 2.3 release
[kernel/api/system-resource.git] / src / memory / memory_eng.conf
1 [VIP_PROCESS]
2 # predefined process list
3 PREDEFINE=Xorg
4 PREDEFINE=enlightenment
5 PREDEFINE=dbus-daemon
6 PREDEFINE=amd
7 PREDEFINE=launchpad_preloading_preinitializing_daemon
8 PREDEFINE=process_pool_launchpad_preloading_preinitializing_daemon
9
10 [Memory64]
11 # Threshold to start swap
12 ThresholdSwap=15                # MB
13
14 # Threshold to start reclaim
15 ThresholdLow=8                  # MB
16
17 # Threshold to start low memory killer
18 ThresholdMedium=5               # MB
19
20 # Threshold to stop low memory killer
21 ThresholdLeave=8                # MB
22
23 # Foreground limit ratio
24 ForegroundRatio=0.6
25
26 # Number of max victims
27 NumMaxVictims=1
28
29 [Memory256]
30 # Threshold to start swap
31 ThresholdSwap=40                # MB
32
33 # Threshold to start reclaim
34 ThresholdLow=20                 # MB
35
36 # Threshold to start low memory killer
37 ThresholdMedium=10              # MB
38
39 # Threshold to stop low memory killer
40 ThresholdLeave=20               # MB
41
42 # Foreground limit ratio
43 ForegroundRatio=0.6
44
45 # Number of max victims
46 NumMaxVictims=2
47
48 [Memory512]
49 # Threshold to start swap
50 ThresholdSwap=100               # MB
51
52 # Threshold to start reclaim
53 ThresholdLow=60                 # MB
54
55 # Threshold to start low memory killer
56 ThresholdMedium=40              # MB
57
58 # Threshold to stop low memory killer
59 ThresholdLeave=70               # MB
60
61 # Foreground limit ratio
62 ForegroundRatio=0.6
63
64 # Number of max victims
65 NumMaxVictims=5
66
67 [Memory1024]
68 # Threshold to start swap
69 ThresholdSwap=300               # MB
70
71 # Threshold to start reclaim
72 ThresholdLow=200                # MB
73
74 # Threshold to start low memory killer
75 ThresholdMedium=100             # MB
76
77 # Threshold to stop low memory killer
78 ThresholdLeave=150              # MB
79
80 # Foreground limit ratio
81 ForegroundRatio=0.6
82
83 # Number of max victims
84 NumMaxVictims=5
85
86 [Memory2048]
87 # Threshold to start swap
88 ThresholdSwap=300               # MB
89
90 # Threshold to start reclaim
91 ThresholdLow=200                # MB
92
93 # Threshold to start low memory killer
94 ThresholdMedium=160             # MB
95
96 # Threshold to stop low memory killer
97 ThresholdLeave=300              # MB
98
99 # Foreground limit ratio
100 ForegroundRatio=0.6
101
102 # Number of max victims
103 NumMaxVictims=10