找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
楼主: nonamime

burstable ram的实际用处是?

[复制链接]

5

主题

93

回帖

205

积分

中级会员

积分
205
 楼主| 发表于 2009-11-18 23:59:35 | 显示全部楼层
原帖由 cpuer 于 2009-11-18 23:55 发表



你的my.cnf里[mysqld]下面加入以下三行:
skip-locking
skip-bdb
skip-innodb
应该会省不少内存的。

恩非常有效直接降到 25M
那些用64mb的都很强悍一下,要优化很多东西。除了linode另一台是在哪啊?
回复

使用道具 举报

1524

主题

3万

回帖

8万

积分

管理员

积分
81546
发表于 2009-11-19 00:21:33 | 显示全部楼层
原帖由 nonamime 于 2009-11-19 00:21 发表



恩非常有效直接降到 25M
那些用64mb的都很强悍一下,要优化很多东西。除了linode另一台是在哪啊?

directspace,专门用来跑流量的。
回复

使用道具 举报

70

主题

781

回帖

1804

积分

金牌会员

积分
1804
发表于 2009-11-19 00:39:04 | 显示全部楼层
原帖由 cpuer 于 2009-11-18 23:55 发表



你的my.cnf里[mysqld]下面加入以下三行:
skip-locking
skip-bdb
skip-innodb
应该会省不少内存的。


我这加上,MYSQL重启就出错

Starting MySQL. ERROR! Manager of pid-file quit without updating file.
回复

使用道具 举报

1524

主题

3万

回帖

8万

积分

管理员

积分
81546
发表于 2009-11-19 00:40:38 | 显示全部楼层
看下mysql的错误日志里面有记录啥?
回复

使用道具 举报

5

主题

93

回帖

205

积分

中级会员

积分
205
 楼主| 发表于 2009-11-19 00:45:51 | 显示全部楼层
图床,色情网站?



回复

使用道具 举报

1524

主题

3万

回帖

8万

积分

管理员

积分
81546
发表于 2009-11-19 00:51:54 | 显示全部楼层
不沾这个。
回复

使用道具 举报

5

主题

93

回帖

205

积分

中级会员

积分
205
 楼主| 发表于 2009-11-19 01:03:07 | 显示全部楼层
应该很赚吧。上次不是有位分享 photonvps的,不是色情网吗。不知道月入有多少
回复

使用道具 举报

5

主题

93

回帖

205

积分

中级会员

积分
205
 楼主| 发表于 2009-11-19 01:07:40 | 显示全部楼层
[ol]
  • #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.pid;
  • events {
  •     worker_connections  1024;
  • }
  • http {
  •     include       mime.types;
  •     default_type  application/octet-stream;
  •     #log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
  •     #                  '$status $body_bytes_sent "$http_referer" '
  •     #                  '"$http_user_agent" "$http_x_forwarded_for"';
  •     #access_log  logs/access.log  main;
  •     sendfile        on;
  •     #tcp_nopush     on;
  •     #keepalive_timeout  0;
  •     keepalive_timeout  65;
  •     gzip  on;
  •     #include /etc/nginx/sites-enabled/*;
  •     server {
  •         listen       80;
  •         server_name  localhost;
  •         #charset koi8-r;
  •         #access_log  logs/host.access.log  main;
  •         location / {
  •         #root   /var/www/nonamime.com;
  •             index  index.php index.html index.htm;
  •         }
  •         #error_page  404              /404.html;
  •         # redirect server error pages to the static page /50x.html
  •         #
  •         #error_page   500 502 503 504  /50x.html;
  •         location = /50x.html {
  •             root   html;
  •         }
  •         # proxy the PHP scripts to Apache listening on 127.0.0.1:80
  •         #
  •         #location ~ \.php$ {
  •         #    proxy_pass   http://127.0.0.1;
  •         #}
  •         # pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
  •         #
  •         location ~ \.php$ {
  •             root           html;
  •             fastcgi_pass   127.0.0.1:64323;
  •             fastcgi_index  index.php;
  •             fastcgi_param  SCRIPT_FILENAME  /var/www/nonamime.com/$fastcgi_script_name;
  •             include        fastcgi_params;
  •         }
  • }[/ol]复制代码帮看一下,一直在调还是开不了php
    还有不知道怎么解了这个注释 #root   /var/www/nonamime.com; 就会502

    C大提点一下
  • 回复

    使用道具 举报

    0

    主题

    320

    回帖

    654

    积分

    高级会员

    积分
    654
    发表于 2009-11-19 01:16:05 | 显示全部楼层
    原帖由 nonamime 于 2009-11-19 01:07 发表


    应该很赚吧。上次不是有位分享 photonvps的,不是色情网吗。不知道月入有多少


    不赚钱的。

    你说的那个我不清楚哦。没有运行php-fpm?

    /usr/local/php/sbin/php-fpm start 启动
    还有问题的话测试下nginx.conf规则是否有错  nginx -t
    回复

    使用道具 举报

    5

    主题

    93

    回帖

    205

    积分

    中级会员

    积分
    205
     楼主| 发表于 2009-11-19 01:23:23 | 显示全部楼层
    php-fpm 是 fastcgi吗?
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-12 01:44 , Processed in 0.020926 second(s), 3 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表