Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 268 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 268 Bytes

swapfile

Description

Create a file to be used as swap space. Recommended for low memory environments.

Usage

Add the following to your manifest, specifying the size in MB.

class {'swapfile':
  filename => '/swapfile',
  size     => 1024,
}