tizen 2.3 release
[kernel/api/system-resource.git] / src / memory / memory_user.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=1
25
26 [Memory256]
27 # Threshold to start swap
28 ThresholdSwap=40                # MB
29
30 # Threshold to start reclaim
31 ThresholdLow=20                 # MB
32
33 # Threshold to start low memory killer
34 ThresholdMedium=10              # MB
35
36 # Threshold to stop low memory killer
37 ThresholdLeave=20               # MB
38
39 # Foreground limit ratio
40 ForegroundRatio=1
41
42 # Number of max victims
43 NumMaxVictims=2
44
45 [Memory512]
46 # Threshold to start swap
47 ThresholdSwap=100               # MB
48
49 # Threshold to start reclaim
50 ThresholdLow=60                 # MB
51
52 # Threshold to start low memory killer
53 ThresholdMedium=40              # MB
54
55 # Threshold to stop low memory killer
56 ThresholdLeave=70               # MB
57
58 # Foreground limit ratio
59 ForegroundRatio=1
60
61 # Number of max victims
62 NumMaxVictims=5
63
64 [Memory1024]
65 # Threshold to start swap
66 ThresholdSwap=300               # MB
67
68 # Threshold to start reclaim
69 ThresholdLow=200                # MB
70
71 # Threshold to start low memory killer
72 ThresholdMedium=100             # MB
73
74 # Threshold to stop low memory killer
75 ThresholdLeave=150              # MB
76
77 # Foreground limit ratio
78 ForegroundRatio=1
79
80 # Number of max victims
81 NumMaxVictims=5
82
83 [Memory2048]
84 # Threshold to start swap
85 ThresholdSwap=300               # MB
86
87 # Threshold to start reclaim
88 ThresholdLow=200                # MB
89
90 # Threshold to start low memory killer
91 ThresholdMedium=160             # MB
92
93 # Threshold to stop low memory killer
94 ThresholdLeave=300              # MB
95
96 # Foreground limit ratio
97 ForegroundRatio=1
98
99 # Number of max victims
100 NumMaxVictims=10