tizen 2.3 release
[kernel/api/system-resource.git] / src / memory / memory_user.conf
index 9155fa3..f821ba2 100644 (file)
@@ -5,8 +5,11 @@ PREDEFINE=enlightenment
 PREDEFINE=dbus-daemon
 PREDEFINE=amd
 PREDEFINE=launchpad_preloading_preinitializing_daemon
+PREDEFINE=process_pool_launchpad_preloading_preinitializing_daemon
 
 [Memory64]
+# Threshold to start swap
+ThresholdSwap=15               # MB
 
 # Threshold to start reclaim
 ThresholdLow=8                 # MB
@@ -21,6 +24,8 @@ ThresholdLeave=8              # MB
 ForegroundRatio=1
 
 [Memory256]
+# Threshold to start swap
+ThresholdSwap=40               # MB
 
 # Threshold to start reclaim
 ThresholdLow=20                        # MB
@@ -34,21 +39,31 @@ ThresholdLeave=20           # MB
 # Foreground limit ratio
 ForegroundRatio=1
 
+# Number of max victims
+NumMaxVictims=2
+
 [Memory512]
+# Threshold to start swap
+ThresholdSwap=100              # MB
 
 # Threshold to start reclaim
-ThresholdLow=50                # MB
+ThresholdLow=60                        # MB
 
 # Threshold to start low memory killer
 ThresholdMedium=40             # MB
 
 # Threshold to stop low memory killer
-ThresholdLeave=60              # MB
+ThresholdLeave=70              # MB
 
 # Foreground limit ratio
 ForegroundRatio=1
 
+# Number of max victims
+NumMaxVictims=5
+
 [Memory1024]
+# Threshold to start swap
+ThresholdSwap=300              # MB
 
 # Threshold to start reclaim
 ThresholdLow=200               # MB
@@ -62,7 +77,12 @@ ThresholdLeave=150           # MB
 # Foreground limit ratio
 ForegroundRatio=1
 
+# Number of max victims
+NumMaxVictims=5
+
 [Memory2048]
+# Threshold to start swap
+ThresholdSwap=300              # MB
 
 # Threshold to start reclaim
 ThresholdLow=200               # MB
@@ -75,3 +95,6 @@ ThresholdLeave=300            # MB
 
 # Foreground limit ratio
 ForegroundRatio=1
+
+# Number of max victims
+NumMaxVictims=10