Liking cljdoc? Tell your friends :D

pallet.crate.limits-conf

Configure the /etc/security/limits.conf file.

Configure the /etc/security/limits.conf file.
raw docstring

configureclj

(configure {:keys [instance-id] :as options})

Writes the limit.conf file.

Writes the limit.conf file.
sourceraw docstring

default-settingsclj

(default-settings)
source

server-specclj

(server-spec {:keys [entries config-file] :as settings}
             &
             {:keys [instance-id] :as options})

Return a server spec for limits.conf configuration. See the settings function for options to the settings map

Return a server spec for limits.conf configuration.  See the `settings`
function for options to the settings map
sourceraw docstring

settingsclj

(settings {:keys [entries config-file instance-id] :as settings})

Configure limits.conf settings. The :entries value is a sequence of maps and vectors. Each map must specify :domain, :type, :item and :value fields. Each vectors specifies strings for the fields (in domain, type, item, value order). The type and item values may optionally be keywords.

Configure limits.conf settings.
The :entries value is a sequence of maps and vectors.  Each map must
specify :domain, :type, :item and :value fields.  Each vectors specifies
strings for the fields (in domain, type, item, value order).  The type and
item values may optionally be keywords.
sourceraw docstring

ulimitclj

(ulimit entry & {:keys [instance-id] :as options})

Declare a host entry. This may be called multiple times to build limits incrementally.

A host entry can be either a map with :domain, :type, :item and :value keys, or a vector specifying strings for the fields (in domain, type, item, value order). The type and item values may optionally be keywords.

Declare a host entry.  This may be called multiple times to build limits
incrementally.

A host entry can be either a map with :domain, :type, :item and :value keys,
or a vector specifying strings for the fields (in domain, type, item, value
order).  The type and item values may optionally be keywords.
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close