上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页
摘要: 转载自:https://blog.csdn.net/shi2huang/article/details/80085193 一、设置垃圾收集器参数 -XX:+UseSerialGC,虚拟机运行在Client模式下的默认值,Serial+Serial Old。 -XX:+UseParNewGC,ParN 阅读全文
posted @ 2023-02-23 10:21 larybird 阅读(1419) 评论(0) 推荐(1)
摘要: 我的jdk版本是1.8.0_144,首先查看所有JVM参数: java -XX:+PrintFlagsFinal -version > final.txt 得到final.txt文件,格式如下: 提取出该文件中所有以Use开头GC结尾的参数,python代码如下: with open("/Users 阅读全文
posted @ 2023-02-22 21:02 larybird 阅读(1051) 评论(0) 推荐(0)
摘要: 转载自:https://www.cnblogs.com/Hackerman/p/16057228.html 通过mv命令来对一个文件夹进行重命名,把一个文件夹的名字换成新的名字。 [root@sharplee creatfile]# mv -i test test2 阅读全文
posted @ 2023-02-20 09:32 larybird 阅读(268) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/weixin_45107899/article/details/125503680 一、步骤1. 安装包官方地址:https://download.docker.com/linux/static/stable/x86_64/ 选择18.06.3-c 阅读全文
posted @ 2023-02-16 10:48 larybird 阅读(720) 评论(0) 推荐(0)
摘要: docker保存image到文件docker save mysql:5.6 -o /tmp/chaosbladeBox/mysql.tar docker加载文件到image docker load -i /tmp/chaosbladeBox/mysql.tar 阅读全文
posted @ 2023-02-16 10:24 larybird 阅读(93) 评论(0) 推荐(0)
摘要: cat /etc/redhat-release cat /proc/version 转载自:https://www.lxlinux.net/how-to-check-linux-version.html 阅读全文
posted @ 2023-02-16 10:00 larybird 阅读(33) 评论(0) 推荐(0)
摘要: 转载自:https://www.codenong.com/cs107101300/ 下载压缩包 从 https://archive.apache.org/dist/zookeeper/ 下载zookeeper-3.4.10.tar.gz 解压 1234 > tar -zxvf zookeeper-3 阅读全文
posted @ 2023-02-15 19:57 larybird 阅读(209) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/yw804909465/article/details/106758497/ 出现这种情况,主要考虑和压测机、磁盘、日志的性能瓶颈 相关推荐: 1、服务器IO高问题定位和优化 2、Mysql数据库高CPU问题定位和优化 3、应用服务器CPU高性能定 阅读全文
posted @ 2023-02-15 10:49 larybird 阅读(423) 评论(0) 推荐(0)
摘要: 转载自: https://blog.csdn.net/zzhuan_1/article/details/80782236 https://blog.csdn.net/qq591009234/article/details/105041847 Spring boot 是 Spring 的一套快速配置脚 阅读全文
posted @ 2023-02-14 19:07 larybird 阅读(170) 评论(0) 推荐(0)
摘要: 转载自:https://blog.csdn.net/weixin_45773632/article/details/125152871 文章目录1. 微服务架构2. 分布式架构3. 区别4. 原文链接 1. 微服务架构微服务最早由软件开发大师Martin Flower提出,以下是中文翻译: 微服务架 阅读全文
posted @ 2023-02-14 17:30 larybird 阅读(186) 评论(0) 推荐(0)
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 37 下一页