Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8394524
README.md
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
README.md
View Options
#
puppet
-
memcached
[](http://travis-ci.org/saz/puppet-memcached)
Manage
memcached
via
Puppet
##
Show
some
love
If
you
find
this
module
useful
,
send
some
bitcoins
to
1
Na3YFUmdxKxJLiuRXQYJU2kiNqA3KY2j9
##
How
to
use
###
Use
roughly
90
%
of
memory
```
ruby
class
{
'
memcached
'
:
}
```
###
Set
a
fixed
memory
limit
in
MB
```
ruby
class
{
'
memcached
'
:
max_memory
=>
2048
}
```
###
Use
12
%
of
available
memory
```
ruby
class
{
'
memcached
'
:
max_memory
=>
'
12
%
'
}
```
###
Other
class
parameters
*
$
package_ensure
=
'
present
'
*
$
logfile
=
'
/
var
/
log
/
memcached
.
log
'
*
$
pidfile
=
'
/
var
/
run
/
memcached
.
pid
'
(
Debian
family
only
,
set
to
false
to
disable
pidfile
)
*
$
max_memory
=
false
*
$
item_size
=
false
*
$
lock_memory
=
false
(
WARNING
:
good
if
used
intelligently
,
google
for
-
k
key
)
*
$
listen_ip
=
'
0.0
.
0.0
'
*
$
tcp_port
=
11211
*
$
udp_port
=
11211
*
$
manage_firewall
=
false
*
$
user
=
''
(
OS
specific
setting
,
see
params
.
pp
)
*
$
max_connections
=
8192
*
$
verbosity
=
undef
*
$
unix_socket
=
undef
*
$
install_dev
=
false
(
TRUE
if
'
libmemcached
-
dev
'
package
should
be
installed
)
*
$
processorcount
=
$::
processorcount
*
$
service_restart
=
true
(
restart
service
after
configuration
changes
,
false
to
prevent
restarts
)
*
$
use_sasl
=
false
(
start
memcached
with
SASL
support
)
*
$
large_mem_pages
=
false
(
try
to
use
large
memory
pages
)
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 7:26 PM (9 w, 5 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3304868
Attached To
rSPMEMC Memcached Puppet Module
Event Timeline
Log In to Comment