From ba052b7f18ecc03b166fd53e7138872b0a1ba75f Mon Sep 17 00:00:00 2001 From: tkishel Date: Thu, 23 Jan 2020 10:59:36 -0800 Subject: [PATCH] Release 3.1.0 --- CHANGELOG.md | 6 ++++++ metadata.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fea463a..2d087a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. +# 3.1.0 + +- Accommodates `pe_compilers` +- Increases the amount of unallocated memory from 25% to 20% +- Decreases the amount of memory allocated to PostgreSQL `shared_buffers` from 25% to 20% + # 3.0.2 - Define an intuitive output order diff --git a/metadata.json b/metadata.json index d3476eb..36b6b5c 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "tkishel-pe_tune", - "version": "3.0.2", + "version": "3.1.0", "author": "Thomas Kishel", "summary": "Inspect infrastructure and suggest tuned settings for services.", "license": "Apache-2.0",