Guest User

sysctl

a guest
Jan 22nd, 2012
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Rares>adb shell
  5. # su
  6. su
  7. # sysctl -a | grep vm
  8. sysctl -a | grep vm
  9. vm.overcommit_memory = 1
  10. vm.panic_on_oom = 0
  11. vm.oom_kill_allocating_task = 0
  12. vm.oom_dump_tasks = 0
  13. vm.overcommit_ratio = 50
  14. vm.page-cluster = 3
  15. vm.dirty_background_ratio = 75
  16. vm.dirty_background_bytes = 0
  17. vm.dirty_ratio = 90
  18. vm.dirty_bytes = 0
  19. vm.dirty_writeback_centisecs = 6000
  20. vm.dirty_expire_centisecs = 6000
  21. vm.nr_pdflush_threads = 0
  22. vm.swappiness = 60
  23. vm.lowmem_reserve_ratio = 32
  24. vm.drop_caches = 0
  25. vm.min_free_kbytes = 2678
  26. vm.min_free_order_shift = 4
  27. vm.percpu_pagelist_fraction = 0
  28. vm.max_map_count = 65530
  29. vm.laptop_mode = 0
  30. vm.block_dump = 0
  31. vm.vfs_cache_pressure = 1
  32. vm.mmap_min_addr = 4096
  33. vm.scan_unevictable_pages = 0
  34. sysctl: error reading key 'net.ipv4.route.flush': Permission denied
  35. sysctl: error reading key 'net.ipv6.route.flush': Permission denied
  36. #
Advertisement
Add Comment
Please, Sign In to add comment