diff options
Diffstat (limited to 'plugin/vmem.php')
-rw-r--r-- | plugin/vmem.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/vmem.php b/plugin/vmem.php index 2fae536..fae94f8 100644 --- a/plugin/vmem.php +++ b/plugin/vmem.php | |||
@@ -46,7 +46,7 @@ switch($obj->args['type']) { | |||
46 | $obj->order = array('active_anon', 'active_file', | 46 | $obj->order = array('active_anon', 'active_file', |
47 | 'anon_pages', 'bounce', | 47 | 'anon_pages', 'bounce', |
48 | 'dirty', 'file_pages', | 48 | 'dirty', 'file_pages', |
49 | 'free_pages', 'inactive_anon', | 49 | 'free_pages', 'inactive_anon', |
50 | 'inactive_file', 'mapped', | 50 | 'inactive_file', 'mapped', |
51 | 'mlock', 'page_table_pages', | 51 | 'mlock', 'page_table_pages', |
52 | 'slab_reclaimable', 'slab_unreclaimable', | 52 | 'slab_reclaimable', 'slab_unreclaimable', |