Skip to main content

Server Works well until but then hangs for 5 mins

Comments

3 comments

  • cPRex Jurassic Moderator

    Hey there!  For not being a tech, it sounds like you've made good progress and have potentially narrowed down to the issue to a problem with MySQL - that's an excellent start!

    When the issue is happening, run this command on the server:

    mysqladmin proc status

    This will show you what MySQL is doing in real-time on the machine, so you can see if there is slowness there that is causing the behavior.

    0
  • loccom

    i think that the Create Sort Index loads in to the memory but the optimization need to allow more memory

     37669151 | **username**    | localhost | **database**      | Execute | 0    | Creating sort index | /*club_forum::club_user::IPS\Node\_Model::loadIntoMemory:755*/ SELECT * FROM `oc_l | 0.000

    this was not under load (at this time) but I am wondering if MariaDB does not have access to enough memory, as we have 256GB of it I was wondering if releasing more memory for the Create Sort Index would help?

    what part of my.conf would be good to tweak to get that to work?

     

    0
  • cPRex Jurassic Moderator

    Were there a large number of those processes running on the system?  Since the "time" column is 0, that indicates the processes are running quickly and aren't lingering in the queue, so this line alone doesn't indicate an issue.

     

    0

Please sign in to leave a comment.