Could not get a resource from the pool
程序员文章站
2022-03-15 16:26:32
...
出现这次错误,看网上修改
config.setMaxTotal(60000);//设置最大连接数
config.setMaxIdle(1000); //设置最大空闲数
config.setMaxWaitMillis(3000);//设置超时时间
修改了还是不管用,
redis.conf 下面也没有maxclients这个参数,默认无限制,进程可以打开的最大文件描述符数。
设置同一时间最大客户端连接数,默认无限制,Redis可以同时打开的客户端连接数为Redis进程可以打开的最大文件描述符数,如果设置 maxclients 0,表示不作限制。当客户端连接数到达限制时,Redis会关闭新的连接并向客户端返回max number of clients reached错误信息
maxclients 128
看了一下 nlimit -a open files太小,调一下解决问题
config.setMaxTotal(60000);//设置最大连接数
config.setMaxIdle(1000); //设置最大空闲数
config.setMaxWaitMillis(3000);//设置超时时间
修改了还是不管用,
redis.conf 下面也没有maxclients这个参数,默认无限制,进程可以打开的最大文件描述符数。
设置同一时间最大客户端连接数,默认无限制,Redis可以同时打开的客户端连接数为Redis进程可以打开的最大文件描述符数,如果设置 maxclients 0,表示不作限制。当客户端连接数到达限制时,Redis会关闭新的连接并向客户端返回max number of clients reached错误信息
maxclients 128
看了一下 nlimit -a open files太小,调一下解决问题
推荐阅读
-
Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
-
org.gradle.api.resources.ResourceException: Could not get resource ‘https://xxx.xxx/xxx.pom
-
分布式实现redis锁 出现错误Could not get a resource from the pool
-
Could not get resource ‘https://dl.google.com/dl/android/maven2/com/android/
-
Jedis连接失败 Could not get a resource from the pool] with root cause
-
Caused by: org.gradle.api.resources.ResourceException: Could not get resource
-
org.hibernate.InvalidMappingException: Could not parse mapping document from resource *
-
org.gradle.api.resources.ResourceException: Could not get resource ‘https://xxx.xxx/xxx.pom
-
Could not get lock /var/lib/apt/lists/lock - open (11: Resource temporarily unavailable)
-
ionic3 打包 Could not get resource ‘https://jcenter.bintray.com/com/google/zxing/core/3.2.1/core-3.2.1