php啟動報錯
php 啟動報錯
1
2
3
4
5
|
[root@abc lnmp] # service php-fpm start
Starting php-fpm eAccelerator: Could not allocate 67108864 bytes, the maximum size the kernel allows is 33554432 bytes. Lower the amount of memory request or increase the limit in /proc/sys/kernel/shmmax .
[04-Dec-2013 19:06:44] NOTICE: PHP message: PHP Warning: [eAccelerator] Can not create shared memory area in Unknown on line 0
[04-Dec-2013 19:06:44] NOTICE: PHP message: PHP Fatal error: Unable to start eAccelerator module in Unknown on line 0
failed
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
|
[root@abc lnmp] # vi /etc/sysctl.conf
# Kernel sysctl configuration file for Red Hat Linux # # For binary values, 0 is disabled, 1 is enabled. See sysctl(8) and # sysctl.conf(5) for more details. # Controls IP packet forwarding net.ipv4.ip_forward = 0 # Controls source route verification net.ipv4.conf.default.rp_filter = 1 # Do not accept source routing net.ipv4.conf.default.accept_source_route = 0 # Controls the System Request debugging functionality of the kernel kernel.sysrq = 0 # Controls whether core dumps will append the PID to the core filename. # Useful for debugging multi-threaded applications. kernel.core_uses_pid = 1 # Controls the use of TCP syncookies net.ipv4.tcp_syncookies = 1 # Disable netfilter on bridges. net.bridge.bridge-nf-call-ip6tables = 0 net.bridge.bridge-nf-call-iptables = 0 net.bridge.bridge-nf-call-arptables = 0 fs. file -max=65535
net.ipv4.tcp_max_syn_backlog = 65536 net.core.netdev_max_backlog = 32768 net.core.somaxconn = 32768 net.core.wmem_default = 8388608 net.core.rmem_default = 8388608 net.core.rmem_max = 16777216 net.core.wmem_max = 16777216 net.ipv4.tcp_timestamps = 0 net.ipv4.tcp_synack_retries = 2 net.ipv4.tcp_syn_retries = 2 net.ipv4.tcp_tw_recycle = 1 #net.ipv4.tcp_tw_len = 1 net.ipv4.tcp_tw_reuse = 1 net.ipv4.tcp_mem = 94500000 915000000 927000000 net.ipv4.tcp_max_orphans = 3276800 # TIME_OUT後等待時間 #net.ipv4.tcp_fin_timeout = 30 #net.ipv4.tcp_keepalive_time = 120 net.ipv4.ip_local_port_range = 1024 65535 kernel.shmmax = 128000000 |
加上最後一句話 kernel.shmmax = 128000000
然後應用sy
1
2
3
|
[root@abc lnmp] # service php-fpm start
Starting php-fpm done
[root@abc lnmp] # /usr/bin/memcachedstart
|
本文轉自 cs312779641 51CTO部落格,原文連結:http://blog.51cto.com/chenhao6/1335784
相關文章
- mongodb 啟動報錯MongoDB
- myeclipse啟動報錯Eclipse
- 本地nacos啟動報錯
- Homestead 啟動 elasticsearch 報錯Elasticsearch
- apache啟動報錯:httpd: aprApachehttpd
- laravel sail 首次啟動報錯LaravelAI
- sqlplus 啟動報錯SQL
- 啟動ASM 例項報錯ASM
- Mac 上啟動 appium 報錯MacAPP
- mongodb啟動報錯怎麼辦MongoDB
- Centos7啟動Nginx報錯。CentOSNginx
- Apache Hive啟動報NoClassDefFoundError錯誤ApacheHiveError
- 啟動PHP時提示初始化錯誤PHP
- zabbix-server啟動報錯解決Server
- nginx 啟動報錯 unknown directive "server"NginxServer
- mysql安裝/啟動報錯彙總MySql
- springboot專案啟動報錯Spring Boot
- DBCA啟動報錯Java.Lang.NoclassdeffounderrorJavaError
- php-fpm報錯PHP
- ElasticSearch啟動報錯 ERROR: [4] bootstrap checks failedElasticsearchErrorbootAI
- Xcode啟動RN報錯"`fsevents` unavailable"XCodeAI
- JDeveloper啟動時老是報錯-解決方法Developer
- EBS服務啟動報錯基本處理
- MySQL 啟動服務報錯解決方案MySql
- 解決 Rust WebAssembly 啟動 Web 程式報錯RustWeb
- VMWARE啟動虛機報錯無法開啟檔案
- PHP 類多次引用報錯PHP
- PHP artisan db:seed 報錯PHP
- php artisan migrate 報錯PHP
- nginx + php (zabbix)報錯分析NginxPHP
- PHP程式報錯:PHP Notice: Undefined index: XX inPHPUndefinedIndex
- Redis 啟動報錯Address already in useRedis
- 惡意程式造成資料庫啟動報錯資料庫
- 使用root使用者啟動hadoop報錯Hadoop
- Flink啟動Yarn session模式的部署報錯YarnSession模式
- keepalived啟動報錯解決一例
- lsnrctl啟動報錯,Linux Error: 29: Illegal seekLinuxError
- dubbo啟動報錯,反射例項化問題反射