[go: up one dir, main page]

File: README.md

package info (click to toggle)
zram-tools 0.3.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 72 kB
  • sloc: sh: 65; makefile: 2
file content (29 lines) | stat: -rw-r--r-- 685 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
zram-tools
==========

Scripts for managing zram devices, currently only for zramswap,
but more tools could be implemented in the future, such as managing
/tmp on zram.

zramswap start
--------------

Sets up zram devices and initializes swap. zram doesn't natively support
multiple processors, so by default a zram device is set up for every
core and then swap is initialized on those devices. This is configurable
in the zramswap config file.

zramswap stop
-------------

Removes all current zram swap spaces and devices.

zramswap status
---------------

shows information on data stored in zram swap.

/etc/default/zramswap
---------------------

Configuration file for zramswap.