IIS无故频繁挂掉,高分求助
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了IIS无故频繁挂掉,高分求助相关的知识,希望对你有一定的参考价值。
系统日志里经常出现以下提示
服务 IIS Admin Service 意外停止。这发生了 9 次。
服务 World Wide Web Publishing Service 意外停止。这发生了 8 次。
Windows Installer 服务处于 停止 状态。
不能注册站点 '393207553' 的 URL 前缀 'http://277790092.web.011.cc:80/'。必须的网络绑定可能正在使用。该站点将被停用。数据域包含错误号。
IIS也没多大流量,保持在2M左右
装的蓝芒的虚拟主机系统,前几天还好好的,不知道什么会对IIS造成伤害
装了mysql SQL2000 SERV-U php ASP.NET
另外如果是失败保护的话,就去掉它。
Internet 信息服务(IIS)管理器->应用程序池->DefaultAppPool->属性->运行状态->启动快速失败保护的钩去掉! 参考技术A 应该是域名绑定冲突,请仔细检查
阿里云 mysql 无缘无故挂掉
近期在登录自己博客时,老是报数据库连接失败,然后重启服务器就好了。
但是,重启服务器很耗时间,不方便,不能每次都重启吧
于是远程连接服务器看了一下
原来是数据库服务挂掉了
启动时还报错
于是查看了下错误日志
2016-11-09 08:13:11 12604 [Note] Plugin \'FEDERATED\' is disabled.
2016-11-09 08:13:11 12604 [Note] InnoDB: Using atomics to ref count buffer pool pages
2016-11-09 08:13:11 12604 [Note] InnoDB: The InnoDB memory heap is disabled
2016-11-09 08:13:11 12604 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins
2016-11-09 08:13:11 12604 [Note] InnoDB: Memory barrier is not used
2016-11-09 08:13:11 12604 [Note] InnoDB: Compressed tables use zlib 1.2.3
2016-11-09 08:13:11 12604 [Note] InnoDB: Using Linux native AIO
2016-11-09 08:13:11 12604 [Note] InnoDB: Using CPU crc32 instructions
2016-11-09 08:13:11 12604 [Note] InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
2016-11-09 08:13:11 12604 [ERROR] InnoDB: Cannot allocate memory for the buffer pool
2016-11-09 08:13:11 12604 [ERROR] Plugin \'InnoDB\' init function returned error.
2016-11-09 08:13:11 12604 [ERROR] Plugin \'InnoDB\' registration as a STORAGE ENGINE failed.
2016-11-09 08:13:11 12604 [ERROR] Unknown/unsupported storage engine: InnoDB
2016-11-09 08:13:11 12604 [ERROR] Aborting
原因是内存不够用了,导致mysql 崩溃
解决办法
修改mysql配置文件
vi /etc/my.cnf
修改如下代码:
[inonodb]
innodb_buffer_pool_size=8MB
把内存改小就好了。
重启MySQL服务
service mysqld restart
参考文章:
InnoDB: mmap(137363456 bytes) failed; errno 12
mysql5.6 无故退出 InnoDB: mmap(137363456 bytes) failed; errno 12
mysql – 启动错误InnoDB: mmap(137363456 bytes) failed; errno 12
以上是关于IIS无故频繁挂掉,高分求助的主要内容,如果未能解决你的问题,请参考以下文章