摘要: 预计阅读时间:15分钟 预计配置时间:30分钟 (前提是已经申请AWS的EC2的rhel7 云主机并且成功运行) 目前AWS 亚马逊云免费试用一年,申请一个学习使用 痛点:没有GUI,无法搭建Jenkins 平台,只能terminal 访问 踩过的坑: 1.由于需求设计(坑爹?)亚马逊的Amazon 阅读全文
posted @ 2018-11-17 22:35 海东潮 阅读(823) 评论(0) 推荐(0)
摘要: 这oracle官方推荐的在OLTP环境下,MySQL参数设置的最佳实践。 下面的参数设置,对系统的性能会很有帮助。但是建议大家还是结合实际情况使用。 APPLIES TO: MySQL Server – Version 5.6 and laterInformation in this documen 阅读全文
posted @ 2018-11-17 19:52 海东潮 阅读(768) 评论(0) 推荐(0)
摘要: 参考: https://www.kernel.org/doc/Documentation/vm/hugetlbpage.txt https://oracle-base.com/articles/linux/configuring-huge-pages-for-oracle-on-linux-64 参 阅读全文
posted @ 2018-11-17 19:50 海东潮 阅读(830) 评论(0) 推荐(0)
摘要: 1 Transparent Huge Pages 说明 官网上有2篇文章对THP 做了说明: https://access.redhat.com/solutions/46111 https://access.redhat.com/documentation/en-US/Red_Hat_Enterpr 阅读全文
posted @ 2018-11-17 19:48 海东潮 阅读(856) 评论(0) 推荐(0)
摘要: Transparent HugePages是在运行时动态分配内存的,而标准的HugePages是在系统启动时预先分配内存,并在系统运行时不再改变。 因为Transparent HugePages是在运行时动态分配内存的,所以会带来在运行时内存分配延误。所以ORACLE是建议不使用Transparen 阅读全文
posted @ 2018-11-17 19:44 海东潮 阅读(10058) 评论(0) 推荐(0)
摘要: 一. HugePages 说明 1.1 HugePages 介绍 HugePages is a feature integrated into the Linux kernel with release 2.6. This feature basically provides the alterna 阅读全文
posted @ 2018-11-17 19:42 海东潮 阅读(740) 评论(0) 推荐(0)