Maintainer | Sean Whitton <spwhitton@spwhitton.name> |
---|---|
Safe Haskell | None |
Language | Haskell98 |
Propellor.Property.Ccache
Description
Documentation
hasCache :: Group -> Limit -> RevertableProperty DebianLike UnixLike Source
Configures a ccache in varcache for a group
If you say
& (Group "foo") `Ccache.hasGroupCache` (Ccache.MaxSize "4G" <> Ccache.MaxFiles 10000)
you instruct propellor to create a ccache in varcache/ccache-foo owned and writeable by the foo group, with a maximum cache size of 4GB or 10000 files.
hasLimits :: FilePath -> Limit -> Property DebianLike Source
Set limits on a given ccache