Skip to content

Commit

Permalink
Updated with solution for Issue dsccommunity#1397
Browse files Browse the repository at this point in the history
  • Loading branch information
TrisBits committed Mar 6, 2021
1 parent 3dfdafc commit f6a7ea5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f6a7ea5

Please sign in to comment.