February 2013
Intermediate to advanced
304 pages
8h 26m
English
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 ...
Read now
Unlock full access