使用ulimit限制 chrome 占用内存
使用ulimit限制 chrome 占用内存
############################# chrome mem ###########################
#limit 1024M?
MEM_LIMIT=1024000
#ulimit -t 20
#ulimit -d $MEM_LIMIT
ulimit -m $MEM_LIMIT
ulimit -v $MEM_LIMIT
############################# chrome mem ###########################
PHP Fatal error: Maximum execution time of 30 seconds
故障现象
[Sat May 26 13:30:44 2012] [error] [client ::1] PHP Fatal error: Maximum execution time of 30 seconds exceeded in /opt/wiki/includes/parser/Parser.php on line 2323
故障原因
php 处理超时
处理方案
调整 php.ini
max_execution_time = 100
重启 apache
完成
RHEL6 Mongodb vs MySQL
RHEL6 Mongodb vs MySQL 磁盘使用量 15:1