Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
|
7023f29768 | |
|
c03315d57d | |
|
d38f98238c | |
|
0bf6eca291 | |
|
38061c86a6 |
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
## addswap.sh
|
||||
## version 1.01
|
||||
## version 1.01.01
|
||||
## Quickly add and activate a SWAP file.
|
||||
|
||||
## Author: Ze'ev Schurmann
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
## Use as and integer value in MB (1GB = 1024MB). When free RAM + SWAP
|
||||
## reaches this value a new SWAP file will be automatically created.
|
||||
threshold_minimum=512
|
||||
threshold_minimum=1024
|
||||
|
||||
## Use as and integer value in MB (1GB = 1024MB). When a SWAP file is
|
||||
## created it will be this size. The value is divided by 1024 to get
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
[Unit]
|
||||
Description=Auto SWAP Service v1.01 (Bash Version)
|
||||
Description=Auto SWAP Service v1.01.01 (Bash Version)
|
||||
|
||||
[Service]
|
||||
ExecStart=/autoswap.sh
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
## autoswap.sh
|
||||
## version 1.01
|
||||
## version 1.01.01
|
||||
## Automatically add and remove SWAP files based on system load.
|
||||
|
||||
## Author: Ze'ev Schurmann
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
## remswap.sh
|
||||
## version 1.0
|
||||
## version 1.01.01
|
||||
## Quickly deactivate and remove a SWAP file.
|
||||
|
||||
## Author: Ze'ev Schurmann
|
||||
|
|
Loading…
Reference in New Issue