Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
March 31, 201510 yr 128MB is generally the standard recommendation for most PHP applications and is also the default memory limit setting for PHP itself. The only time I've ever needed to raise this above 128MB for IP.Board was because of a third party application.Generally, don't raise this above the default unless you have a good reason to.
March 31, 201510 yr I raised mine to 256M since someone tried posting a topic which was very, very long.
March 31, 201510 yr I've found in the past that a higher value of 256MB or 512MB can really help if your using Gallery and need it to upload then resize large original size camera photos, as 128MB used to hang with a white page.
April 1, 201510 yr I've found in the past that a higher value of 256MB or 512MB can really help if your using Gallery and need it to upload then resize large original size camera photos, as 128MB used to hang with a white page.You're really far better off using ImageMagick instead of trying to up the memory limit for GD, GD has an exponential memory requirement after a certain point that becomes impossible to scale with.GD is fine for simple image processing, but if you need to work with very large images you should really use ImageMagick instead.
Archived
This topic is now archived and is closed to further replies.