The short answer is no. The long answer is “it is complicated”.
The memory limit is there to protect you from malfunctioning code eating all your available memory, something that will make your site less responsive for a while.
(I tried to explain the issues around this setting here)
This setting will not matter if your site doesn’t handle a lot of traffic, or if you have a lot of available memory, otherwise you should ask yourself why do you use bloated plugins and look for alternatives.
In any case you should try to set the lowest working limit and not go for 64M without trying lower limits first
Related Posts:
- How to solve munmap_chunk(): invalid pointer error in C++
- memory error in python
- Difference between word addressable and byte addressable
- Python/Numpy MemoryError
- PHP Memory Limit vs. WP Memory Limit
- High CPU & Memory Spikes?
- Excessive memory used by update_option()
- Memory usage when querying users
- Not enough memory
- WordPress Defined Memory Limit
- Fatal error: Out of memory
- Memory Outages – Need PHP/WP/IT expert
- Notification mail about high memory usage?
- How to debug full RAM memory?
- Adjust Memory Limit on bitnami wordpress server (azure)
- PHP Memory Limit Question
- WordPress memory on 3.X
- Memory usage issue in WordPress 3.x
- How to display or print WordPress memory limit and WordPress max memory limit
- Really high memory usage with almost no plugins — could Arabic / Hebrew text be a factor?
- High memory usage in my theme, how to find out why?
- how to fix wordpress high use cpu 100-104% evey time
- How can I figure out where memory is being used?
- CPU 100% usage when login as admin
- Out of Memory But theres more than enough
- CPU Resource Management For Bulk Attachment Insert Share Host
- WP_MAX_MEMORY_LIMIT in wp-config.php seems to be ignored
- Memory issue only in dashboard
- PHP Fatal Error: Out of memory
- Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in
- Converting bytes to megabytes
- How do I determine the size of my array in C?
- What does pss mean in /proc/pid/smaps
- Docker error : no space left on device
- Stack Memory vs Heap Memory
- How can I explicitly free memory in Python?
- How to clear variables in ipython?
- How to clear variables in ipython?
- How does the “view” method work in PyTorch?
- Python subprocess.Popen “OSError: [Errno 12] Cannot allocate memory”
- What does ** do in C language?
- Using Dynamic Memory allocation for arrays
- In Python, what is `sys.maxsize`?
- How do I profile memory usage in Python?
- Is the sizeof(some pointer) always equal to four?
- What does it mean double free detected in tcache 2 while using mpz?
- -bash: fork: Cannot allocate memory
- How to clear memory to prevent “out of memory error” in excel vba?
- How do I determine the size of an object in Python?
- I get this error: “glibc detected”
- Is Python faster and lighter than C++?
- What does ** mean in C?
- Does stack grow upward or downward?
- Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)
- Fatal error: Out of memory, but I do have plenty of memory (PHP)
- Destructor for a doubly-linked list that points to its value
- C: pointer to array of pointers to structures (allocation/deallocation issues)
- What is Sandboxed_process0 and why do i have so many instances of it listed in the memory usage for my app
- What is ‘PermSize’ in Java?
- Difference between hive.tez.container.size and tez.task.resource.memory.mb
- What’s the difference between a word and byte?
- malloc(sizeof(int)) vs malloc(sizeof(int *)) vs (int *)malloc(sizeof(int))
- Refactoring WordPress to improve memory performance [closed]
- How to configure WordPress to handle 75,000 pages?
- WP_Query leaking absurd amounts of memory
- How to use more than 256MB of memory in the admin?
- Is there a way to exclude the content from the post variable to save on RAM usage?
- Programmatically adding images to the media library with wp_generate_attachment_metadata randomly fails
- What’s the difference between WP_MEMORY_LIMIT and WP_MAX_MEMORY_LIMIT?
- What’s the ideal way to profile WordPress memory usage?
- PHP memory friendly alternative to get_posts()
- WordPress variables and memory
- Allowed memory size of 268435456 bytes exhausted (tried to allocate 7146491840906359738 bytes)
- Multiple WordPress sites eat up alot of RAM
- Decreasing the Memory Consumption of a WordPress Site?
- Memory needed to host 200 wordpress sites?
- $wpdb->get_results leaking memory
- WP_MEMORY_LIMIT didn’t work in wp-config
- Does a WP site consumes memory resources when there are NO visitors?
- Best way to diagnose which plug-ins/theme uses the most memory?
- How can WordPress be made more memory efficient?
- WordPress database becoming huge. How to analyze and optimize it? fear of running out of memory
- What is the most efficient way to search users by their display name?
- WordPress plugin installation error
- WordPress media upload limit?
- wordpress upload http error?
- How to solve suspected memory issue in custom WordPress loop?
- Memory Leak in plugin action
- Allowed memory size exhausted. WordPress side solution
- Blank page for edit.php
- CPU usage: AJAX and Heartbeat API on admin pages
- How can I free up the memory used by update_post_meta?
- Memory usage for scalable usermeta queries
- loop through all posts memory error
- Allowed Memory Size Error in WordPress
- How many caching plugins should be used?
- Mass importing json data into custom fields (postmeta)
- Memory errors with media upload, WordPress can’t use more than 96M (while there’s 512 available!)
- Can you limit the memory usage of a particular plugin?
- Are there individual memory allocations for different user roles in WordPress?