]> git.pld-linux.org Git - packages/memcached.git/commitdiff
sample for setting ulimits
authorElan Ruusamäe <glen@delfi.ee>
Mon, 30 Sep 2013 14:27:47 +0000 (17:27 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 30 Sep 2013 14:27:47 +0000 (17:27 +0300)
memcached.init [changed mode: 0644->0755]
memcached.spec
memcached.sysconfig

old mode 100644 (file)
new mode 100755 (executable)
index 6eb58810e4e5cf02be3ea8c7b33e831ed63f06fc..f3356d7de28b3c5e06e51224a97846b66552fbaa 100644 (file)
@@ -6,7 +6,7 @@ Summary:        A high-performance, distributed memory object caching system
 Summary(pl.UTF-8):     Rozproszony, wysokiej wydajności system cache'owania obiektów
 Name:          memcached
 Version:       1.4.13
-Release:       1
+Release:       2
 License:       BSD
 Group:         Networking/Daemons
 Source0:       http://memcached.googlecode.com/files/%{name}-%{version}.tar.gz
index ecb92ec151eab13afcd977812e168ca8066c5e4c..4157db19c942196adbe177a1a356a1354daa4404 100644 (file)
@@ -20,3 +20,6 @@ LISTEN="127.0.0.1:11211"
 
 # other options not defined earlier
 #MEMCACHED_OPTS=""
+
+# Set ulimit at least as high as MAXCONN
+#SERVICE_LIMITS="-n $MAXCONN"
This page took 0.724206 seconds and 4 git commands to generate.