This type of question is open ended to answer because it depends on many variables. The typical memory usage of bare WP usually starts at 15MB and scales up.
What you can do is turn on debugging and install the Debug Bar plugin and it will show you the amount of memory you’re using.
In wp-config.php
set define( 'WP_DEBUG', true );
Another plugin which shows peak memory usage: TPC Memory Usage
Related Posts:
- Steps to optimize WordPress in regard to server load and website speed?
- How to fix wordpress slow first time load (Local Server)?
- What are best practices for configuring a server for WordPress sites?
- WordPress Site Speed (Maybe Server Issue)
- My blog load time on Bluehost and Word press is too much. I have slipped in Google Search Ranking
- Why is the server response time slowing my site down? [closed]
- High I/O load when hosting lots of wordpress sites
- Is there a way to pass google webmaster CLS on WordPress website?
- Identifying Issues in Pagespeed Insights: Server Response Time and Long Main Thread Tasks
- what does O(N) mean [duplicate]
- What is the difference between set and hashset in C++ STL?
- When should we use Radix sort?
- What is the best way to profile javascript execution?
- How to parallelize downloads across hostnames on WordPress?
- How to parallelize downloads across hostnames on WordPress?
- How can I debug the TTFB in WP?
- Localized WordPress is much slower?
- W3 Leverage browser caching not working for google pagespeed [closed]
- How many posts can I have in a WordPress website?
- Cache WordPress translations
- Website is slow: advice on optimization
- Can we have a post without a slug?
- Use override_load_textdomain for cache translation and improve performance
- Combine JS and CSS for WordPress admin
- Will removing revisions positively impact database performance?
- Is WordPress fast enough for a heavy traffic project?
- Does a WP site consumes memory resources when there are NO visitors?
- Extremely slow WordPress website with 6000 posts
- Get Y random authors’ ID/Object with more than X number of posts
- What is a reasonable get_num_queries() result?
- Speeding Up Bulk Post Creation – wp_insert_post & update_post_meta
- How to properly insert a stylesheet in wp_head
- Disable Outbound Web Requests
- Hardcoding and WordPress Performance
- Using Multiple Queries of “home_url” vs. Calling a Variable Multiple Times
- What should be disabled to run on an internal network with no access to the Internet?
- Does running WordPress on Nginx do “squat” for its performance?
- The effect of spam comments on hosting resource usage (CPU)
- Could a higher number of registered image sizes affect performance?
- Combining multiple javascript and css files
- How many caching plugins should be used?
- Why can’t /wp-login.php be load balanced?
- Preload external PHP information
- AWS (or others) vs VPS
- Downsize CPU & DB usage in wordpress
- Do WP_debug notices explain why my site runs so slow?
- WordPress 3+ slow load times on Ubuntu 10.10
- WordPress Caching On Demand
- What is better to use, user meta, custom taxonomies or new database structure? [closed]
- How to disable Vary cache header on W3Total Cache plugin [closed]
- Point static content like css and js to cookieless subdomain
- upper limit on concurrent editing?
- Native Lazy Loading on Safari
- Page taking time in loading. Also used lazy loading but doesn’t work?
- Page Loading Issue [closed]
- Identify running process that constantly use 5% CPU
- WordPress as framework
- Suggestion to improve slow WordPress page
- Optimise page loading time faster on Genesis child theme [closed]
- Long wait times in first part of call to WordPress on Azure
- Timezone is wrong when picking city (Copenhagen)
- does wordpress serve static files?
- Conditionally include files in functions.php?
- Bandwidth usage increased in WordPress 3.5
- High traffic management in WP
- Remove unused CSS and JS
- How to check performance of WordPress dashboard
- Horrendously slow admin and pretty slow sites [closed]
- Measure WordPress performance on different hosts
- Calling various CSS sheets in header a good idea?
- Using functions repeatedly instead of variables
- Offloading cron jobs
- How do I make content only load on desktop? [duplicate]
- WordPress digitalocean taking forever to load
- Favicon is loading very late
- Website slow : my fault or the host?
- Faster Emails with WP Mail
- Website Load Time takes forever
- Page flashes/flickers on every page load
- How can I figure out what is making my WordPress site so slow?
- What can be a solution when my wordpress is extremely slow?
- wp_set_post_terms() seems very slow
- Improve WordPress performance on large number of posts
- licenses, subscriptions, etc and the impact on performance
- WordPress slow even use blank template
- What’s the best way to dequeue / remove uncooperative scripts and styles?
- Is WP-Cron / wp_schedule_event suitable for time-consuming actions?
- wp_get_attachment_image_src() regenerate custom size images everytime
- Using static home page and wordpress only as a blog
- Control load order?
- admin.php taking 14 seconds
- Site too Slow to establish db connection?
- How to resolve google page speed issues for wordpress website
- Too many index.php files running and eating up all memory
- WordPress system (hardware) requirements?
- To what degree can use of caching-plugins and a CDN boost WordPress performance? [closed]
- JS/CSS duplicate load and 404 Error [closed]
- How can a single disk in a hardware SATA RAID-10 array bring the entire array to a screeching halt?
- How to optimize recaptcha__en.js
- How can I optimize my website for improved speed? [closed]