Skip to content

Commit 1359cbd

Browse files
committed
Redis安装与配置
1 parent 188d243 commit 1359cbd

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Redis_Config/README.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,13 @@ Redis作为如今比较火热的NoSQL数据库,在数据的热数据存储和
7777
./bin/redis-server ./redis.conf
7878

7979
#
80-
26049:M 24 Mar 16:59:56.768 # You requested maxclients of 10000 requiring at least 10032 max file descriptors.
81-
26049:M 24 Mar 16:59:56.768 # Redis can't set maximum open files to 10032 because of OS error: Operation not permitted.
82-
26049:M 24 Mar 16:59:56.768 # Current maximum open files is 4096. maxclients has been reduced to 4064 to compensate for low ulimit. If you need higher maxclients increase 'ulimit -n'.
80+
26049:M 24 Mar 16:59:56.768 # You requested maxclients of 10000 requiring at
81+
least 10032 max file descriptors.
82+
26049:M 24 Mar 16:59:56.768 # Redis can't set maximum open files to 10032
83+
because of OS error: Operation not permitted.
84+
26049:M 24 Mar 16:59:56.768 # Current maximum open files is 4096. maxclients
85+
has been reduced to 4064 to compensate for low ulimit. If you need higher
86+
maxclients increase 'ulimit -n'.
8387
_._
8488
_.-``__ ''-._
8589
_.-`` `. `_. ''-._ Redis 3.0.7 (00000000/0) 64 bit

0 commit comments

Comments
 (0)