Throttle Session Memory Utilization

Scenario/Problem: You want to modify the amount of memory that Access Services can utilize per session.

Solution: Use the SessionMemoryMax parameter with the Set-SPAccessServiceApplication cmdlet.

By default, Access Services is configured to use up 64MB of memory per session. To change this value, you can use the SessionMemoryMax parameter with a value between 1 and 4095. Listing 23.14 shows a sample modification of session memory usage using the Set-SPAccessServiceApplication cmdlet.

Listing 23.14. Modifying the Session Memory Usage of Access Services

Set-SPAccessServiceApplication -Identity "Access Services"-SessionMemoryMax 50

This is the maximum amount of memory that a session will use. Normally, only ...

Get PowerShell™ for SharePoint® 2013 How-To now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.