MicroStrategy ONE

Alter Object Caching statement

Modifies the properties for object caching in a project.

Copy
ALTER OBJECT 
 CACHING IN [PROJECT] "project_name" [MAXRAMUSAGEnumber_of_MB] [MAXRAMUSAGECLIENT 
 number_of_MB];

where:

  • PROJECT "project_name" is the name of the project in which the object server caching is to be altered, of type string.

  • MAXRAMUSAGE number_of_MB is the maximum number of megabytes of RAM to be used for server-side object caching, of type integer.

  • MAXRAMUSAGECLIENTnumber_of_MB is the maximum number of megabytes of RAM to be used for client-side object caching, of type integer.

This statement can only be used with three-tier or four-tier project source names.

Example

Copy
ALTER OBJECT 
 CACHING IN PROJECT "MicroStrategy Tutorial" MAXRAMUSAGE 10;