Increase default memory_limit for php
Bug #196806 reported by
Daniel Hahler
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
php5 (Ubuntu) |
Triaged
|
Wishlist
|
Unassigned |
Bug Description
Binary package hint: php5
The current default memory_limit for mod_php5 in Apache is 16M (and 32M for cli).
I think this should get increased, because of the following reasons:
- PHP recommends 128M (it's in ini-dist and ini-recommended)
- Debian uses 128M (32M for cli)
While it's not really that difficult to change this setting in case it's required, it's an unnecessary obstacle.
I suggest using at least also 32M as the default for mod_php5. Using the Debian setting (128M) would allow us to drop this (small) delta.
Changed in php5: | |
importance: | Undecided → Wishlist |
Changed in php5: | |
milestone: | ubuntu-8.04 → none |
To post a comment you must log in.
Soren, what do you think?
<\sh> blueyed: imho 128MB on nowdays server is not much
In the sense of LTS, we really should not make all admin bump this setting manually.
Like Stephan, I think we should go with 128M, just like Debian does.