码迷,mamicode.com
首页 >  
搜索关键字:heavy swapping    ( 264个结果
my-innodb-heavy-4G.cnf 参数注释
[client] #password =[your_password]客户端登录验证的密码 port =3306连接端口 socket =/application/mysql-5.5.32/tmp/mysql.sock客户端连接MySQL指定所需的socket [mysqld] port =3306服务端启动的MySQL端口 socket =/application/mysql-5.5.32/tmp/mysql.sock服务端启..
分类:数据库   时间:2015-12-22 19:49:07    阅读次数:275
my-innodb-heavy-4G.cnf1 详解
http://bbs.51cto.com/thread-1166608-1.html在网上找的一篇下面是自习找资料翻译的欢迎讨论1、back_log=50#指定MySQL可能的连接数量。当MySQL主线程在很短的时间内得到非常多的连接请求,该参数就起作用,之后主线程花些时间(尽管很短)检查连接并且启动一个新线程。back_log..
分类:数据库   时间:2015-12-21 00:36:58    阅读次数:254
my-innodb-heavy-4G.cnf配置文件注解
[client]####客户端 port=3306####mysql客户端连接时的默认端口号 socket=/application/mysql-5.5.32/tmp/mysql.sock [mysqld] port=3306####mysql服务器监听的默认端口 socket=/application/mysql-5.5.32/tmp/mysql.sock back_log=50####是指保持在操作系统监听队列的连接数量..
分类:数据库   时间:2015-12-20 17:44:47    阅读次数:209
/application/mysql/support-files/my-innodb-heavy-4G.cnf 翻译
#ThisisaMySQLexampleconfigfileforsystemswith4GBofmemory#runningmostlyMySQLusingInnoDBonlytablesandperformingcomplex#querieswithfewconnections.##MySQLprogramslookforoptionfilesinasetof#locationswhichdependonthedeploymentplatform.#Youcancopythisoptionfiletoon..
分类:移动开发   时间:2015-12-18 13:25:38    阅读次数:269
MYSQL配置文件my-innodb-heavy-4G.cnf注释
[client]port=3306socket=/application/mysql-5.5.32/tmp/mysql.sock[mysqld]port=3306socket=/application/mysql-5.5.32/tmp/mysql.sockback_log=50#最大连接数max_connections=100#最大错误连接数max_connect_errors=10#表的描述符缓存大小table_open_cache=2048#最大的消息..
分类:数据库   时间:2015-12-16 19:41:23    阅读次数:238
my-innodb-heavy-4G.cnf配置文件注解
#BEGINCONFIGINFO#DESCR:4GBRAM,InnoDBonly,ACID,fewconnections,heavyqueries#TYPE:SYSTEM#ENDCONFIGINFO##ThisisaMySQLexampleconfigfileforsystemswith4GBofmemory#runningmostlyMySQLusingInnoDBonlytablesandperformingcomplex#querieswithfewconnections.##MySQLprograms..
分类:数据库   时间:2015-12-16 12:54:14    阅读次数:313
ElasticSearch优化配置
################################################################### /etc/elasticsearch/elasticsearch.yml## Base configuration for a write heavy cluste...
分类:其他好文   时间:2015-12-10 17:03:53    阅读次数:424
Measuring PostgreSQL Checkpoint Statistics
Checkpoints can be a major drag on write-heavy PostgreSQL installations. The first step toward identifying issues in this area is to monitor how oft.....
分类:数据库   时间:2015-12-06 21:08:25    阅读次数:269
《隆重介绍 思源黑体:一款Pan-CJK 开源字体》
关于思源黑体思源黑体是谷歌与 Adobe 联合开发,支持简体中文、繁体中文、日文、韩文以及英文;支持 ExtraLight、Light、Normal、Regular、Medium、Bold 和 Heavy 共7种字体粗细,可以满足不同场景下的文字显示需求。这个字体通过免费开源方式提供,支持多种语言,...
分类:其他好文   时间:2015-12-03 20:46:43    阅读次数:252
POJ 1797 Heavy Transportation (Dijkstra变形)
F - Heavy Transportation Time Limit:3000MS Memory Limit:30000KB 64bit IO Format:%I64d & %I64uSubmit Status Practice POJ 1797Description Background Hug...
分类:其他好文   时间:2015-11-22 23:13:30    阅读次数:277
264条   上一页 1 ... 13 14 15 16 17 ... 27 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!