在使用linux作为服务运行环境时,会遇到一些性能瓶颈,是因为系统默认设置的值比较低,一般是1024,很容易造成资源不够,不能创建进程或者不能打开文件。一、首先使用ulimit-a查看系统ulimit设置ulimit-a
corefilesize(blocks,-c)0
datasegsize(kbytes,-d)unlimited
scheduling..
分类:
系统相关 时间:
2016-10-20 16:04:56
阅读次数:
246
There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas tank and it cost ...
分类:
其他好文 时间:
2016-10-14 07:16:16
阅读次数:
140
之前发现: ulimit -acore file size (blocks, -c) 1 仍然可以core出来。 /proc/(pid)/limits 下显示是Max core file size unlimited unlimited bytes 怀疑是进程自己设置的。 搜了下找到 解决: set ...
分类:
系统相关 时间:
2016-09-30 01:55:06
阅读次数:
132
Oracle //创建表空间 CREATE TABLESPACE nbhbdc LOGGING DATAFILE 'E:\app\oradata\orcl\nbhbdc.DBF ' SIZE 32M AUTOEXTEND ON NEXT 32M MAXSIZE unlimited EXTENT MA ...
分类:
数据库 时间:
2016-09-15 08:40:17
阅读次数:
198
MSV31账户登录数据库进行如下操作: CREATE USER NORTHBOUND IDENTIFIED BY NORTHBOUND DEFAULT TABLESPACE "TBS_DNINMSV31" TEMPORARY TABLESPACE "TEMP2" QUOTA UNLIMITED ON ...
分类:
数据库 时间:
2016-09-01 18:25:30
阅读次数:
556
A man can succeed at almost anything for which he was unlimited enthusiasm. 只要有无限的热情,一个人几乎可以在任何事情上取得成功。 MOOC即Massive Open Online Course的缩写,翻译成中文就是:大规模 ...
分类:
其他好文 时间:
2016-08-26 13:49:01
阅读次数:
1150
1.修改密码过期问题。ALTER PROFILE DEFAULT LIMIT PASSWORD_LIFE_TIME UNLIMITED; 2.修改最大连接数问题。 alter system set processes=1000 scope=spfile; alter system set sessi ...
分类:
数据库 时间:
2016-08-24 17:09:52
阅读次数:
176
这本书在Amazon的Kindle Unlimited计划(12元包月)中的一本,这是一本比较轻松的书,全书150页左右,200多幅小漫画,文字不多,讲述了2个人如何坚持进行改变的故事。男主人公(比利)要减肥10磅,女主人公(贝丝)要开一家属于自己的服装店。虽然是用漫画的方式来表达,但表达内容的背后 ...
分类:
其他好文 时间:
2016-08-18 12:57:40
阅读次数:
206
查询所有被禁用的域账号并批量转移至某个OUget-aduser-Filter*-SearchBase"DC=contoso,DC=com"|foreach{if($_.enabled-eq$false){$_.ObjectGUID}}|Move-ADObject-TargetPath"OU=deluser,OU=delusers,DC=Contoso,DC=com"统计ExchangeDB数据库用户邮箱数Get-Mailbox–ResultSize..
分类:
系统相关 时间:
2016-07-30 15:07:26
阅读次数:
435
134. Gas Station There are N gas stations along a circular route, where the amount of gas at station i is gas[i]. You have a car with an unlimited gas ...
分类:
其他好文 时间:
2016-07-25 06:59:44
阅读次数:
134