最新消息:Welcome to the puzzle paradise for programmers! Here, a well-designed puzzle awaits you. From code logic puzzles to algorithmic challenges, each level is closely centered on the programmer's expertise and skills. Whether you're a novice programmer or an experienced tech guru, you'll find your own challenges on this site. In the process of solving puzzles, you can not only exercise your thinking skills, but also deepen your understanding and application of programming knowledge. Come to start this puzzle journey full of wisdom and challenges, with many programmers to compete with each other and show your programming wisdom! Translated with DeepL.com (free version)

plugins - Exceeded the virtual memory limit

matteradmin7PV0评论

I've launched website a few weeks ago using WP. I've started getting messages from my web host saying "Your website web hosting account exceeded one or more of its resources within the last 12 hours. Exceeded the virtual memory limit of 310.4 MB". Is there something configured incorrectly that is causing this?

To explain more, this site is private with user logins using an obox theme. Comments are not enabled. It has been used by two people off and on throughout these weeks. And there are not many plugins. Thanks.

I've launched website a few weeks ago using WP. I've started getting messages from my web host saying "Your website web hosting account exceeded one or more of its resources within the last 12 hours. Exceeded the virtual memory limit of 310.4 MB". Is there something configured incorrectly that is causing this?

To explain more, this site is private with user logins using an obox theme. Comments are not enabled. It has been used by two people off and on throughout these weeks. And there are not many plugins. Thanks.

Share Improve this question asked Aug 31, 2015 at 3:06 rollwiththepunchesrollwiththepunches 1 3
  • IS your WP version 4.3? – Oleg Butuzov Commented Aug 31, 2015 at 16:24
  • I just updated it. Hopefully that can help. – rollwiththepunches Commented Sep 2, 2015 at 4:30
  • ooops... i did ask about 4.3 because it had and issue. now please install this plugin - wordpress/plugins/wp33423-hotfix to avoid future issues. – Oleg Butuzov Commented Sep 2, 2015 at 6:46
Add a comment  | 

1 Answer 1

Reset to default 0

It is impossible to guess how is memory spent in your site. In context of WordPress it will simply obey PHP memory limit and will crash upon reaching it.

Your description sounds more like the total of server memory, which isn't just WP, but everything on server (including web server software, database software, and so on). If that's the case 310 megabytes sounds on a very low end and might be simply insufficient for your site altogether.

Articles related to this article

Post a comment

comment list (0)

  1. No comments so far