https://github.com/le0pard/pgtune
  
  
    Pgtune - tuning PostgreSQL config by your hardware 
    https://github.com/le0pard/pgtune
  
database hardware javascript performance performance-tuning pgtune postgresql pwa rdbms tunning
        Last synced: 6 months ago 
        JSON representation
    
Pgtune - tuning PostgreSQL config by your hardware
- Host: GitHub
 - URL: https://github.com/le0pard/pgtune
 - Owner: le0pard
 - License: mit
 - Created: 2014-03-21T13:29:14.000Z (over 11 years ago)
 - Default Branch: master
 - Last Pushed: 2025-05-05T12:17:24.000Z (6 months ago)
 - Last Synced: 2025-05-05T13:32:27.857Z (6 months ago)
 - Topics: database, hardware, javascript, performance, performance-tuning, pgtune, postgresql, pwa, rdbms, tunning
 - Language: JavaScript
 - Homepage: https://pgtune.leopard.in.ua
 - Size: 71.4 MB
 - Stars: 2,377
 - Watchers: 54
 - Forks: 229
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - Funding: .github/FUNDING.yml
 - License: LICENSE
 
 
Awesome Lists containing this project
- jimsghstars - le0pard/pgtune - Pgtune - tuning PostgreSQL config by your hardware (JavaScript)
 
README
          # [PgTune](https://pgtune.leopard.in.ua/) [](https://github.com/le0pard/pgtune/actions/workflows/deploy.yml)
[](https://pgtune.leopard.in.ua/)
Tuning PostgreSQL config by your hardware. Based on original [pgtune](https://github.com/gregs1104/pgtune). Illustration by [Kate](https://dribbble.com/Kite).
## Development
To start it in development mode, you need install node.js, yarn and run in terminal:
```bash
$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port
```
## Contributing
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request