How is the java memory pool divided?

I’m currently monitoring a Java application with jconsole. The memory tab lets you choose between: Heap Memory Usage Non-Heap Memory Usage Memory Pool “Eden Space” Memory Pool “Survivor Space” Memory Pool “Tenured Gen” Memory Pool “Code Cache” Memory Pool “Perm Gen” What is the difference between them ? 5 Answers 5

How to solve suspected memory issue in custom WordPress loop?

I have written a plugin that adds a “Where did you hear about us?” question to the WooCommerce checkout page and shows the results (as a simple horizontal bar chart) in a wp-admin page. The plugin worked fine but has stopped working at some since I wrote it – seemingly, due to a memory issue. … Read more

Memory usage when querying users

I’m having a small issue with one of my queries here. I cannot increase my wordpress memory limit as long as hostgator sets it to 64mb. I’m not sure if its possible to reduce the amount of memory used making some changes to my code, here is the code I’m using to query users from … Read more