首页 > 其他 > 详细

CSV Export in Cacti is not working,500

时间:2016-01-06 18:22:59      阅读:320      评论:0      收藏:0      [点我收藏+]

Sometimes it may happen that the CSV export from a Cacti graph is not working for large date ranges. You then may see an error 500 being returned by the browser. If this happens, you should try increasing the memory limit of your php instance.

This can be achieved by editing the php.ini file and changing the following line:

memory_limit = 64M ; Maximum amount of memory a script may consume

Try settings this to 256M:

memory_limit = 256M ; Maximum amount of memory a script may consume

and restart your webserver. On CentOS you can use the following command:

/etc/init.d/httpd reload

CSV Export in Cacti is not working,500

原文:http://strongit.blog.51cto.com/10020534/1732055

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!