码迷,mamicode.com
首页 >  
搜索关键字:processes    ( 1265个结果
Process m000 died, see its trace file
数据库是11g的物理DGstandbydatabase报错Processm000died,seeitstracefile。现在网上搜索的此错误,是资源耗尽不能连接,但是数据库仍然存活。这种情况通过调整资源数解决,如processes达到上限查看资源使用情况select*fromv$resource_limit; RESOURCE_NAMECURRENT_UTILIZATIO..
分类:其他好文   时间:2016-05-11 20:14:26    阅读次数:275
nginx配置详解与优化
user nobody nobody; nginx worker进程运行的用户属主属组worker_processes auto;work进程的个数 ,通常其数值应该为cpu的物理核心数减1error_log logs/nginx_error.log crit;错误日志文件及其级别pid logs/ ...
分类:其他好文   时间:2016-05-06 00:41:47    阅读次数:252
使用nginx做为静态服务器--监听两个域名配置
Html代码 #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. ...
分类:其他好文   时间:2016-05-05 12:47:31    阅读次数:206
进程与线程的一个简单解释
进程与线程的一个简单解释 转载于:http://www.ruanyifeng.com/blog/2013/04/processes_and_threads.html 转载于:http://www.ruanyifeng.com/blog/2013/04/processes_and_threads.ht ...
分类:编程语言   时间:2016-05-04 10:13:07    阅读次数:168
synchronization mutex &semaphore completion &example
Linux offers two kinds of semaphores: ? Kernel semaphores, which are used by kernel control paths  ? System V IPC semaphores, which are used by User Mode processes  struct semaphore { spinl...
分类:其他好文   时间:2016-04-29 18:43:56    阅读次数:181
Linux进程快照相关知识
查寻内核版本 uname  -a    //  uname  -r 进程快照 ps       report a snapshot of the current processes USER        进程所属用户 PID 进程ID   进程号 %CPU        进程占用CPU百分比 %MEM 进程占用内存的百分比 VSZ 虚拟内存 RS...
分类:系统相关   时间:2016-04-29 16:14:41    阅读次数:256
DirectX XAudio2之音频图关键点
The set of all voices, with their contained effects and their interconnections, is referred to as the audio processing graph. The graph takes a set of audio streams from the client as input, processes...
分类:其他好文   时间:2016-04-29 15:50:01    阅读次数:232
oracle字符集设置
ORA-01012: not logged on 异常 问题原因:可能是应用程序有bug,没及时释放连接所导致。 解决办法:治本的办法是:修改processes值,或者禁止一些异常访问。 解决问题思路: 1、等数据库访问连接数下降用户再登录 ; 2、sqlplus “/ as sysdba”登陆后, ...
分类:数据库   时间:2016-04-28 12:18:00    阅读次数:180
进程与线程的一个简单解释
来源:http://www.ruanyifeng.com/blog/2013/04/processes_and_threads.html 进程(process)和线程(thread)是操作系统的基本概念,但是它们比较抽象,不容易掌握。 最近,我读到一篇材料,发现有一个很好的类比,可以把它们解释地清晰 ...
分类:编程语言   时间:2016-04-28 11:53:04    阅读次数:184
1226 - One Unit Machine
1226 - One Unit Machine PDF (English) Statistics Forum Time Limit: 2 second(s) Memory Limit: 32 MB OUM is a one unit machine which processes jobs. Sin ...
分类:系统相关   时间:2016-04-27 18:52:07    阅读次数:241
1265条   上一页 1 ... 84 85 86 87 88 ... 127 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!