{"id":21304759,"url":"https://github.com/releem/mysql-memory-calculator","last_synced_at":"2025-04-14T18:32:56.698Z","repository":{"id":263817282,"uuid":"890054321","full_name":"Releem/mysql-memory-calculator","owner":"Releem","description":"MySQL Memory Calculator estimates maximum MySQL memory usage based on key configuration settings. Featuring real-time calculations and visual memory distribution.","archived":false,"fork":false,"pushed_at":"2024-12-17T07:00:05.000Z","size":23950,"stargazers_count":14,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-28T07:02:04.808Z","etag":null,"topics":["mariadb","mariadb-performance","mariadb-server","mysql","mysql-performance","mysql-server","mysqltuner","performance-optimization","performance-tuning"],"latest_commit_sha":null,"homepage":"https://releem.com/tools/mysql-memory-calculator","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Releem.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-17T22:16:47.000Z","updated_at":"2025-02-11T13:07:32.000Z","dependencies_parsed_at":"2025-01-22T08:41:25.859Z","dependency_job_id":"a5050b22-3931-4acf-a44c-ce5ec02e067b","html_url":"https://github.com/Releem/mysql-memory-calculator","commit_stats":null,"previous_names":["releem/mysql-memory-calculator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Releem%2Fmysql-memory-calculator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Releem%2Fmysql-memory-calculator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Releem%2Fmysql-memory-calculator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Releem%2Fmysql-memory-calculator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Releem","download_url":"https://codeload.github.com/Releem/mysql-memory-calculator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248937009,"owners_count":21186143,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["mariadb","mariadb-performance","mariadb-server","mysql","mysql-performance","mysql-server","mysqltuner","performance-optimization","performance-tuning"],"created_at":"2024-11-21T16:15:52.573Z","updated_at":"2025-04-14T18:32:56.642Z","avatar_url":"https://github.com/Releem.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MySQL Memory Calculator\n\n## Overview\n\nThe MySQL Memory Calculator is an open-source tool built to help DBAs and developers optimize MySQL and MariaDB server performance. This intuitive calculator estimates the **maximum memory usage** of your MySQL/MariaDB instance based on key configuration settings.\n\n## Features\n\n- **Real-Time Calculations**: Instantly calculate total memory usage as you input or modify values.\n- **Key Variables Supported**:\n  - [max_connections](https://releem.com/docs/mysql-performance-tuning/max_connections)\n  - [innodb_buffer_pool_size](https://releem.com/docs/mysql-performance-tuning/innodb_buffer_pool_size)\n  - [innodb_log_buffer_size](https://releem.com/docs/mysql-performance-tuning/innodb_log_buffer_size)\n  - [key_buffer_size](https://releem.com/docs/mysql-performance-tuning/key_buffer_size)\n  - [sort_buffer_size](https://releem.com/docs/mysql-performance-tuning/sort_buffer_size)\n  - [join_buffer_size](https://releem.com/docs/mysql-performance-tuning/join_buffer_size)\n  - [query_cache_size](https://releem.com/docs/mysql-performance-tuning/query_cache_size)\n  - read_buffer_size\n  - [read_rnd_buffer_size](https://releem.com/docs/mysql-performance-tuning/read_rnd_buffer_size)\n  - [tmp_table_size](https://releem.com/docs/mysql-performance-tuning/tmp_table_size)\n- **Visual Memory Distribution**: View memory allocation via interactive charts.\n- **User-Friendly Design**: Mobile-responsive interface with tooltips for better understanding.\n\n## Live Demo\n\nTry the live version of the calculator here:  \n👉 [MySQL Memory Calculator](https://releem.com/tools/mysql-memory-calculator)\n\n\u003cp align=\"center\"\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/releem/mysql-memory-calculator/master/assets/MySQLMemoryCalculator_demo.gif\" width=\"90%\"\u003e\n\u003c/p\u003e\n\n## Usage\n\n1. Enter the MySQL configuration parameters relevant to your setup.\n2. View real-time memory usage calculations and distribution charts.\n\n\n## Installation\n\nTo run the project locally, follow these steps:\n\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/releem/mysql-memory-calculator.git\n   ```\n2. Navigate to the project directory:\n   ```bash\n   cd mysql-memory-calculator\n   ```\n3. Install dependencies:\n   ```bash\n   npm install\n   ```\n4. Start the development server:\n   ```bash\n   npm start\n   ```\n\nThe app will be accessible at `http://localhost:3000` in your browser.\n\n## Usage\n\n1. Enter the MySQL configuration parameters relevant to your setup.\n2. View real-time memory usage calculations and distribution charts.\n\n## Technologies Used\n\n- **Frontend**: React.js\n- **Styling**: TailwindCSS\n- **Charts**: Chart.js\n\n## Contributing\n\nWe welcome contributions to improve this tool!  \nTo contribute, please fork the repository, create a feature branch, and submit a pull request.\n\n## License\n\nThis project is licensed under the GPL-3.0 License. See the [LICENSE](LICENSE) file for details.\n\n## Support\n\nFor any issues or feature requests, feel free to open an issue on the GitHub repository.\n\n## Learn More\n\nVisit [Releem](https://releem.com) for additional tools and resources to optimize your MySQL performance.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freleem%2Fmysql-memory-calculator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Freleem%2Fmysql-memory-calculator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Freleem%2Fmysql-memory-calculator/lists"}