From f6a7ea53fe994fb7b25ca9ba449ad2f52e2a97d7 Mon Sep 17 00:00:00 2001 From: TrisBits Date: Sat, 27 Feb 2021 16:32:02 -0500 Subject: [PATCH] Updated with solution for Issue #1397 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb20d1dd4..46372fe95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -33,6 +33,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 `Microsoft.AnalysisServices.Server` object. The new functionality is used when the parameter `FeatureFlag` is set to `'AnalysisServicesConnection'`. This functionality will be the default in a future breaking release. +### Added + +- SqlMemory + - Added two new optional parameters MinMemoryPercent and MaxMemoryPercent. + Provides the ability to set the minimum and/or maximum buffer pool used by + the SQL Server instance as a percentage of total server memory. + ([issue #1397](https://github.com/dsccommunity/SqlServerDsc/issues/1397)). ## [15.1.1] - 2021-02-12