This example illustrates the characteristics of the data domain profile that defines data domain clusters with low hardware usage requirements.
This example illustrates the data domain profile for data domain clusters with low hardware usage requirements. Because it represents a snippet of a full web service request, the example does not list the namespace of the Cluster Web Service or the operation used to define the profile.
The example specifies the number of follower nodes as 1. This number is arbitrary — you can modify it according to the needs of your data domain and the overall capacity of nodes in the Endeca Server cluster.
<dataDomainProfile> <name>low hardware-usage profile</name> <description>Profile for a data domain with low hardware usage</description> <allowQueriesOnLeader>true</allowQueriesOnLeader> <numFollowers>1</numFollowers> <readOnly>false</readOnly> <allowOversubscribe>true</allowOversubscribe> <numComputeThreads>2</numComputeThreads> <computeCacheSizeMB>1</computeCacheSizeMB> <startupTimeoutSeconds>600</startupTimeoutSeconds> <shutdownTimeoutSeconds>30</shutdownTimeoutSeconds> <sessionIdType>header</sessionIdType> <sessionIdKey>X-Endeca-Session-ID</sessionIdKey> </dataDomainProfile>