Advertisement
Guest User

Untitled

a guest
Oct 13th, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. notebook ~ # sync ; echo 3> /proc/sys/vm/drop_caches
  2.  
  3. notebook ~ # zramctl
  4. NAME ALGORITHM DISKSIZE DATA COMPR TOTAL STREAMS MOUNTPOINT
  5. /dev/zram0 lz4 1G 4K 64B 4K 1 [SWAP]
  6.  
  7. notebook ~ # swapon -s
  8. Filename Type Size Used Priority
  9. /dev/sda1 partition 4194300 0 -1
  10. /dev/zram0 partition 1048572 0 16383
  11.  
  12. notebook ~ # free -m
  13. total used free shared buff/cache available
  14. Mem: 1871 39 1518 1 312 1800
  15. Swap: 5119 0 5119
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement