Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-14054

MySQL High memory issue

    XMLWordPrintable

Details

    Description

      RAM usage is getting filled up when I execute a simple query against a federated table.

      SELECT * FROM `daily_limit` LIMIT 0, 30

      *Before : *
      free -g
      total used free shared buffers cached
      Mem: 125 67 57 0 0 10

      During Query execution :
      free -g
      total used free shared buffers cached
      Mem: 125 124 1 0 0 30

      Processlist :

      Note : I've killed the query since memory usage gone high

      7663290 admin localhost analytics Killed 451 Sending data SELECT * FROM `daily_limit` LIMIT 0, 30

      Attachments

        Activity

          People

            Unassigned Unassigned
            Sukan Sukan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Git Integration

                Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.