问题: Creating network “docker_default” with the default driver ERROR: Failed to Setup IP tables: Unable to enable SKIP DNAT rule: (iptables failed: iptables --wait -t nat -I DOCKER -i br-d0136fb5e044 -j RETURN: iptables: No chain/target/match by that name. (exit status 1))
修改jvm空间分配
通过
find / -name jvm.options
查找jvm.options文件
找到后进入使用vim命令打开jvm.options如下 将
-Xms1g -Xmx1g
修改为
-Xms512m 或 -Xms256m -Xmx512m 者 -Xmx256m vim /etc/security/limits.conf 添加下面四行 root soft nproc 4096 root hard nproc 4096 soft nproc 4096 hard nproc 4096 编辑上面操作需要
重启docker systemctl restart docker
关闭docker systemctl stop docker
上诉方法不行就 开放端口试试
开放9200端口 firewall-cmd --zone=public --add-port=9200/tcp –permanent 将 -XX:+UseConcMarkSweepGC 改为 -XX:+UseG1GC 解决完后elasticsearch需要到运营管理后台重置索引
不然买家页面不能搜索商品 这是重置索引后搜索商品出现的效果
|