码迷,mamicode.com
首页 >  
搜索关键字:sysctl 内核参数    ( 1054个结果
技巧-Linux内核参数调整办法
技巧 -Linux内核参数调整办法 ulimit设置 ulimit -n 要调整为100000甚至更大。 命令行下执行 ulimit -n 100000即可修改。如果不能修改,需要设置 /etc/security/limits.conf,加入 * soft nofile 262140 * hard ...
分类:系统相关   时间:2016-08-26 15:26:03    阅读次数:240
What happened in UBIFS during drop cache?
Today I want to know what happend in UBIFS during drop cache. Drop cache is part of sysctl, you can get the details from Documentation/sysctl/vm.txt a ...
分类:移动开发   时间:2016-08-24 17:06:49    阅读次数:236
oracle 11g r2 一键配置脚本
最近工作需要安装oracle11gR2在阿里云ECS上,因此编写了一个脚本来完成图形化安装界面之前的准备工作,这样节省时间,shell如下:#!/bin/bash SYSCTL="/etc/sysctl.conf" LIMITS="/etc/security/limits.conf" PAM="/etc/pam.d/login" PROFILE="/etc/profile" BASH_PROFILE="/ho..
分类:数据库   时间:2016-08-23 17:11:31    阅读次数:284
libevent学习六(Connect listeners )
创建与释放 //backlog需要查询平台说明,在linux2.2以后 backlog就变成了已完成连接但未accept的队列的最大值(原来是处于syn状态的,现在换成sysctl 控制的参数tcp_max_syn_backlog) struct evconnlistener *evconnlist ...
分类:其他好文   时间:2016-08-20 10:04:03    阅读次数:213
Linux服务器性能与优化(二)
五、Oracle在Linux下的性能优化 Oracle数据库内存参数的优化 与oracle相关的系统内核参数 SGA、PGA参数设置 Oracle下磁盘存储性能优化 文件系统的选择(ext2/ext3、xfs、ocfs2) Oracle ASM存储 1.优化oracle性能参数之前要了解的情况 1) ...
分类:系统相关   时间:2016-08-19 00:53:33    阅读次数:231
sysctl -w net.core.somaxconn=65535
ulimit -a sysctl net.core.somaxconn sysctl -w net.core.somaxconn=65535 mysqladmin flush-hosts <body> <div id="container"> <h1>A Database Error Occurre ...
分类:Web程序   时间:2016-08-12 19:52:15    阅读次数:478
初窥Linux 之 我最常用的20条命令
魏公 SecureCRTuname -avisftppartition,fsshell kshell,bshelluser,groupIPTables文件数,内核参数tail,less/var/log/messagecrontab配置 玩过Linux的人都会知道,Linux中的命令的确是非常多,但是 ...
分类:系统相关   时间:2016-08-12 13:25:19    阅读次数:205
linux IO 内核参数调优 之 原理和参数介绍
1. page cache linux操作系统默认情况下写都是有写缓存的,可以使用direct IO方式绕过操作系统的写缓存。当你写一串数据时,系统会开辟一块内存区域缓存这些数据,这块区域就是我们常说的page cache(操作系统的页缓存)。查看系统内存常用的命令有:vmstat、free、top ...
分类:系统相关   时间:2016-08-11 00:33:52    阅读次数:381
nginx 高并发参数配置及linux内核参数优化
一、一般来说nginx配置文件中对优化比较有作用的为以下几项:1.worker_processes8;nginx进程数,建议按照cpu数目来指定,一般为它的倍数(如,2个四核的cpu计为8)。2.worker_cpu_affinity0000000100000010000001000000100000010000001000000100000010000000;为每个进程分配cpu,..
分类:系统相关   时间:2016-08-09 16:19:37    阅读次数:227
centos7 内核参数优化
cat/etc/sysctl.conf#CTCDN系统优化参数#关闭ipv6net.ipv6.conf.all.disable_ipv6=1net.ipv6.conf.default.disable_ipv6=1#避免放大攻击net.ipv4.icmp_echo_ignore_broadcasts=1#开启恶意icmp错误消息保护net.ipv4.icmp_ignore_bogus_error_responses=1#关闭路由转发net.ipv4.i..
分类:其他好文   时间:2016-08-09 16:18:19    阅读次数:593
1054条   上一页 1 ... 68 69 70 71 72 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!