现场报网公司数据库连不上,先检查了下数据库processes=1500,session=2200.我认为非常大啊。这个数据库没有几个人用。 查看v$session中的session最多是哪个machine发起的。发现是省公司的数据库发起的session,找开发梳理了下业务,省公司同步dblink操....
分类:
数据库 时间:
2015-12-18 13:07:16
阅读次数:
275
在此记录下Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络.#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pi...
分类:
其他好文 时间:
2015-12-17 12:29:53
阅读次数:
183
#user nobody;worker_processes 1;#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info;#pid logs/ngin...
分类:
其他好文 时间:
2015-12-17 12:13:46
阅读次数:
172
Before you even start trying any of the alternatives provided, ask yourself whether you really need to have multiple processes log to the same file, t...
分类:
移动开发 时间:
2015-12-16 23:10:35
阅读次数:
390
#user nobody;#指定nginx进程数worker_processes 1;#全局错误日志及PID文件#error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log in...
一、一般来说nginx 配置文件中对优化比较有作用的为以下几项:1. worker_processes 8;nginx 进程数,建议按照cpu 数目来指定,一般为它的倍数 (如,2个四核的cpu计为8)。2. worker_cpu_affinity 00000001 00000010 0000010...
分类:
其他好文 时间:
2015-12-08 18:01:46
阅读次数:
138
解决问题:有时候连不上数据库是因为连接数到了极限了。select count(*) from v$process --当前的连接数 130select value from v$parameter where name = 'processes' --数据库允许的最大连接数,默认150--修改最大....
分类:
移动开发 时间:
2015-12-07 12:11:09
阅读次数:
151
现在还是在win32项目的基础上,对libcef进行简单的剖析。注意是针对WinMain函数中libcef的类以及方法的介绍。首先上一段代码:#include
#include "cefsimple/simple_app.h"// Entry point function for all processes.
int APIENTRY WinMain(HINSTANCE hI...
分类:
其他好文 时间:
2015-12-05 22:42:49
阅读次数:
5436
在此记录下Nginx服务器nginx.conf的配置文件说明, 部分注释收集与网络.#运行用户user www-data;#启动进程,通常设置成和cpu的数量相等worker_processes 1;#全局错误日志及PID文件error_log /var/log/nginx/error.log;pi...
分类:
其他好文 时间:
2015-12-05 19:33:14
阅读次数:
147
如何查看OPP service log:SELECT fcpp.concurrent_request_id req_id, fcp.node_name, fcp.logfile_name FROM fnd_conc_pp_actions fcpp, fnd_concurrent_processes....
分类:
其他好文 时间:
2015-12-04 20:53:48
阅读次数:
178