Note that there are some explanatory texts on larger screens.

plurals
  1. POMagento site crashes when going to the sales -> orders page
    primarykey
    data
    text
    <p>My magento site crashes when I go to the sales -> orders page, even though I recently upgraded the server to 8 gigs of ram. We have around 5-6k visitors per day, and around 6k products. It runs faster and doesn't crash nearly as much as it did previously, but still crashes on the orders page. I've run through every magento tutorial I could find but I'm still having trouble. Here's my my.cnf to see if that could possibly be causing the error:<br /> <br /> [mysqld]<br /> innodb_file_per_table=1<br /> default-storage-engine=MyISAM<br /> <br /> max_connections=400<br /> key_buffer_size=256M<br /> myisam_sort_buffer_size=64M<br /> join_buffer_size=2M<br /> read_buffer_size=1M<br /> sort_buffer_size=1M<br /> table_open_cache=2500<br /> thread_cache_size=128<br /> interactive_timeout=45<br /> wait_timeout=20<br /> connect_timeout=8<br /> max_allowed_packet=16M<br /> max_connect_errors=10<br /> query_cache_limit=1M<br /> query_cache_size=128M<br /> query_cache_type=1<br /> table_definition_cache = 512<br /> max_heap_table_size = 64M<br /> tmp_table_size = 32M<br /> innodb_buffer_pool_size = 4096M<br /> tmpdir=/home/mysqltemp<br /> <br /> [mysqld_safe]<br /> open_files_limit=8192<br /> <br /> [mysqldump]<br /> max_allowed_packet=16M<br /> <br /> [myisamchk]<br /> key_buffer_size=64M<br /> sort_buffer_size=64M<br /> read_buffer_size=16M<br /> write_buffer_size=16M<br /> <br /> Am I looking in the right place, or should I be looking somewhere else to trace the problem?<br /> <br /> Edit: To clarify, I get a 500 error in magento and the mysql server crashes. <br /> Mysqltemp is set to home, so there's no size limitations.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload