{"id":7802,"date":"2025-07-31T13:54:14","date_gmt":"2025-07-31T11:54:14","guid":{"rendered":"https:\/\/www.lrob.fr\/?p=7802"},"modified":"2025-07-31T13:54:15","modified_gmt":"2025-07-31T11:54:15","slug":"lrob-doubles-the-php-memory-limit","status":"publish","type":"post","link":"https:\/\/www.lrob.fr\/en\/blog\/lrob-double-le-php-memory-limit\/","title":{"rendered":"LRob doubles the PHP memory_limit on all its web hosting offers"},"content":{"rendered":"<p><strong>Good news for LRob users: the PHP memory_limit has been doubled on all <a href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/\">accommodation options<\/a>without price increases<\/strong> starting today. This change significantly improves the stability of websites, especially those using visual builders such as Elementor.<br>\ud83d\udc49 <a class=\"\" href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/\">See LRob accommodation offers<\/a><\/p>\n\n\n\n<p><strong>New ceilings in effect :<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Starter Web :<\/strong> 256M \u2192 <strong>512M<\/strong><\/li>\n\n\n\n<li><strong>Pro Web :<\/strong> 512M \u2192 <strong>1024M<\/strong><\/li>\n\n\n\n<li><strong>Ultra Web :<\/strong> 1024M \u2192 <strong>2048M<\/strong><\/li>\n<\/ul>\n\n\n\n<p>In this article, LRob explains what PHP memory_limit is, why this update was necessary, and how it improves your web experience, whether you're a current customer or a future user.<\/p>\n\n\n\n<div class=\"wp-block-rank-math-toc-block\" id=\"rank-math-toc\"><h2>Contents<\/h2><nav><ul><li><a href=\"#quest-ce-que-le-php-memory-limit\">What is PHP memory_limit?<\/a><\/li><li><a href=\"#quelle-est-lerreur-typique-en-cas-de-depassement-de-la-memoire\">What is the typical error when memory is exceeded?<\/a><\/li><li><a href=\"#pourquoi-certains-outils-comme-elementor-sont-plus-concernes\">Why are some tools, like Elementor, more concerned?<\/a><\/li><li><a href=\"#pourquoi-l-rob-a-double-le-memory-limit\">Why has LRob doubled the memory_limit?<\/a><ul><li><a href=\"#\u2705-faciliter-la-vie-des-clients\">\u2705 Making life easier for customers<\/a><\/li><li><a href=\"#\u2705-offrir-plus-sans-changer-les-prix\">\u2705 Offering more without changing prices<\/a><\/li><li><a href=\"#\u2705-liberer-du-temps-pour-du-support-a-plus-forte-valeur\">\u2705 Free up time for higher-value support<\/a><\/li><li><a href=\"#\u2705-une-infrastructure-solide-et-surdimensionnee\">\u2705 A solid, oversized infrastructure<\/a><\/li><\/ul><\/li><li><a href=\"#et-si-la-memoire-augmente-faut-il-encore-optimiser-son-site\">And if memory is increasing, do you still need to optimize your site?<\/a><\/li><li><a href=\"#decouvrez-les-offres-l-rob\">Discover LRob offers<\/a><\/li><\/ul><\/nav><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quest-ce-que-le-php-memory-limit\">What is PHP memory_limit?<\/h2>\n\n\n\n<p>Visit <code>memory_limit<\/code> is a PHP directive that defines the <strong>maximum amount of memory a PHP script can use<\/strong>. It is defined in the configuration file <code>php.ini<\/code>and <strong>the host sets the default limit<\/strong>.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>If a site exceeds this memory_limit, the script is automatically interrupted to prevent it affecting other hosted sites.<\/p>\n<\/blockquote>\n\n\n\n<p>For dynamic web applications such as WordPress, where certain plugins or complex operations can consume a lot of memory or even bug, and <strong>risk saturating an entire server<\/strong>the <code>memory_limit<\/code> allows hosts to <strong>delimit offers<\/strong> commercially while <strong>protecting the accessibility and stability of the accommodation<\/strong>.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"quelle-est-lerreur-typique-en-cas-de-depassement-de-la-memoire\">What is the typical error when memory is exceeded?<\/h2>\n\n\n\n<p>When this limit is reached, PHP returns a <strong>fatal error<\/strong>often similar to this:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><code>AH01071: Got error 'PHP message: PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 196608 bytes) in \/var\/www\/vhosts\/site.fr\/httpdocs\/wp-includes\/class-wpdb.php on line 2322', referer: https:\/\/site.fr\/wp-admin\/post.php?post=1337&amp;action=elementor<br><\/code><\/pre>\n\n\n\n<p>This means that <strong>the script has tried to allocate more memory than the authorized limit<\/strong> (in this example, 256M). Result: WordPress page or administration crash.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pourquoi-certains-outils-comme-elementor-sont-plus-concernes\">Why are some tools, like Elementor, more concerned?<\/h2>\n\n\n\n<p>Tools such as <strong>Elementor<\/strong>, <strong>WPBakery<\/strong>or <strong>WooCommerce<\/strong> are more demanding in terms of RAM and <code>memory_limit<\/code> than basic WordPress installations, for several reasons:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Visual operation<\/strong> real-time loading of numerous elements, various conversions<\/li>\n\n\n\n<li><strong>Complex functionalities<\/strong> multisite compatibility, template management, third-party integrations<\/li>\n\n\n\n<li><strong>Dynamic processing<\/strong> previews, widgets, nested shortcodes, etc.<\/li>\n<\/ul>\n\n\n\n<p>As a result, users of these systems more frequently encounter memory-related errors.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pourquoi-l-rob-a-double-le-memory-limit\">Why has LRob doubled the memory_limit?<\/h2>\n\n\n\n<p>LRob has made this decision <strong>with a view to continuous improvement<\/strong>at no extra cost to customers. There are several reasons for this:<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"\u2705-faciliter-la-vie-des-clients\">\u2705 Making life easier for customers<\/h3>\n\n\n\n<p>No need to contact support to request a memory upgrade. LRob anticipates your needs.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"\u2705-offrir-plus-sans-changer-les-prix\">\u2705 Offering more without changing prices<\/h3>\n\n\n\n<p>In a sector where options are sometimes billed as extras, <strong>LRob prefers to offer more and more<\/strong> to its users.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"\u2705-liberer-du-temps-pour-du-support-a-plus-forte-valeur\">\u2705 Free up time for higher-value support<\/h3>\n\n\n\n<p>Fewer tickets for changing arbitrary limits = more time for <strong>supporting your projects<\/strong>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"\u2705-une-infrastructure-solide-et-surdimensionnee\">\u2705 A solid, oversized infrastructure<\/h3>\n\n\n\n<p>LRob servers feature <strong>a minimum of 128 GB RAM<\/strong>enabling this increase <strong>with no impact on stability<\/strong>even under heavy collective loads.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"et-si-la-memoire-augmente-faut-il-encore-optimiser-son-site\">And if memory is increasing, do you still need to optimize your site?<\/h2>\n\n\n\n<p><strong>Yes, always!<\/strong> This increase must not become an excuse for neglecting best practices.<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An optimized site <strong>is faster<\/strong>more economical with server resources<\/li>\n\n\n\n<li>He <strong>reduces its carbon footprint<\/strong><\/li>\n\n\n\n<li>Above all, it offers <strong>a better user experience<\/strong><\/li>\n<\/ul>\n\n\n\n<p>LRob recommends maintaining an eco-responsible approach, even with more memory margin.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"decouvrez-les-offres-l-rob\">Discover LRob offers<\/h2>\n\n\n\n<p>Are you looking for a reliable, resourceful and responsive web host?<br><strong>Join LRob today and benefit from uncompromising performance.<\/strong><\/p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https:\/\/www.lrob.fr\/en\/web-hosting\/\">Discover web hosting offers with large memory_limit<\/a><\/div>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Bonne nouvelle pour les utilisateurs de LRob : le PHP memory_limit a \u00e9t\u00e9 doubl\u00e9 sur toutes les formules d\u2019h\u00e9bergement, sans hausse de prix d\u00e8s aujourd&rsquo;hui. Ce changement am\u00e9liore significativement la stabilit\u00e9 des sites web, notamment ceux utilisant des constructeurs visuels comme Elementor.\ud83d\udc49 Voir les offres d\u2019h\u00e9bergement LRob Nouveaux plafonds en vigueur : Dans cet article, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":7803,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[5],"tags":[],"class_list":["post-7802","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-blog"],"_links":{"self":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/posts\/7802","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/comments?post=7802"}],"version-history":[{"count":1,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/posts\/7802\/revisions"}],"predecessor-version":[{"id":7804,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/posts\/7802\/revisions\/7804"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/media\/7803"}],"wp:attachment":[{"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/media?parent=7802"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/categories?post=7802"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.lrob.fr\/en\/wp-json\/wp\/v2\/tags?post=7802"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}