Symfony 1.3 与 Propel 1.5:内存问题
探索我目前遇到的问题的每一个途径。
我有一个使用 Symfony 1.3 和 Propel 的网站,使用 1.5 插件。 我发现我的应用程序正在以惊人的速度消耗内存。 每个实例使用 100-250 兆内存。
我收到“允许的内存大小”达到错误,直到我增加分配的内存 php.ini中的内存大小为256M。这远远超出了我对该应用程序的预期需求。
我使用 Symfony 1.0 和 Propel 1.3 的同一网站的旧版本 每个实例通常使用四分之一到二分之一的内存。
关于可能存在错误设置的任何建议, 也许是内存优化的清单?
Exploring every avenue with an issue I'm currently experiencing.
I have a site that uses Symfony 1.3 with Propel, using the 1.5 plugin.
I find that my application is chewing through memory at an alarming rate.
Each instance is using 100-250 megs of memory.
I was getting "Allowed memory size" reached errors until I upped the allocated
memory size in php.ini to 256M. That's considerably more than I'd expect to need for this application.
My old version of the same site that used Symfony 1.0 and Propel 1.3
typically used a quarter to one half as much memory for each instance.
Any suggestions on where there might be a setting in error,
perhaps a checklist for memory optimization?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
此页面提供了一些提示。
Google 似乎 翻译得相当正确
This page gives some pointers.
Google seems to translate it rather correctly
您应该更新到 Propel 1.6.3 IMO ;)
You should update to Propel 1.6.3 IMO ;)