码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
ORA-00020: maximum number of processes (300) exceeded
SQL> select count(*) from v$session; COUNT(*) 98 SQL> select count(*) from v$process; COUNT(*) 99 more odsprod.log 目前系统正常 检查结果如下: 系统的进程树最大150. 当前系统连接数 ...
分类:其他好文   时间:2017-06-07 10:12:34    阅读次数:185
strace
strace is a diagnostic, debugging and instructional userspace utility for Linux. It is used to monitor and tamper with interactions between processes  ...
分类:其他好文   时间:2017-06-05 20:24:35    阅读次数:181
执行umount 的时候却提示:device is busy 的处理方法
# umount /mnt/cdrom/ umount: /mnt/cdrom: device is busy. (In some cases useful info about processes that use the device is found by lsof(8) or fuser(1... ...
分类:其他好文   时间:2017-06-03 15:06:13    阅读次数:576
Samba和Nginx
worker _processes 3 开三个进程(运行数) 每个worker 的线程为 1024 include 导入库在/usr/local/nginx/conf 下 ...
分类:其他好文   时间:2017-06-01 16:43:51    阅读次数:137
09-linux基础六
部署Samba服务器 1)配置安装环境 为保证windows系统的计算机能够访问Linux Samba服务器,需要对Samba服务器进行网络配置,同时关闭Linux防火墙和SELinux。 1.1网络配置 vim /etc/sysconfig/network-scripts/ifcfg-ens33 ...
分类:系统相关   时间:2017-06-01 10:30:57    阅读次数:399
优化 Nginx worker 进程最大打开文件数
[root@localhost ~]# cat /usr/local/nginx/conf/nginx.conf worker_processes 2; worker_cpu_affinity 01 10;worker_rlimit_nofile 65535; # worker 进程最大打开文件数,... ...
分类:系统相关   时间:2017-05-31 13:54:55    阅读次数:230
naix配置
#user nobody;worker_processes 1; #error_log logs/error.log;#error_log logs/error.log notice;#error_log logs/error.log info; #pid logs/nginx.pid; event ...
分类:其他好文   时间:2017-05-31 11:58:26    阅读次数:253
poj 2299 Ultra-QuickSort(树状数组求逆序数+离散化)
题目链接:http://poj.org/problem?id=2299 Description In this problem, you have to analyze a particular sorting algorithm. The algorithm processes a sequenc ...
分类:编程语言   时间:2017-05-30 13:20:35    阅读次数:170
[Linux][Nginx]Config
#================================以下是全局配置项#运行nginx的所属组和所有者user nginx nginx;#开启4个nginx 工作进程worker_processes 4;worker_rlimit_nofile 65535;events { #连接规则 ... ...
分类:系统相关   时间:2017-05-29 21:46:43    阅读次数:245
oracle11g 手工建库步骤
#create oracle instance parameter vi initkevin.or db_name='kevin' memory_target=0 sga_max_size=5G sga_target=3G pga_aggregate_target=1g processes = 15 ...
分类:数据库   时间:2017-05-25 10:11:27    阅读次数:288
1265条   上一页 1 ... 65 66 67 68 69 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!