Activity Engine properties reference
Here you can find Jive system properties that are relevant for Activity Engine.
To set any of these properties, use the System Properties page in the Admin Console. Alternatively, as the jive user, run the following:
jive set <property> <newvalue>
Activity Engine properties
Property | Description | Default value |
---|---|---|
eae.core.coreAddress |
Address of the Activity Engine server. | localhost |
eae.core.corePort |
Port of the Activity Engine server. | 7020 |
eae.core.coreMinWorkerThreads |
Minimum number of threads to listen for incoming socket connections from the Jive web application. | 4 |
eae.core.coreMaxWorkerThreads |
Maximum number of threads to listen for incoming socket connections from the Jive web application. | 2048 |
eae.core.user-recency-enabled |
Controls whether or not only active users have their streams populated. | true |
eae.core.user-recency-timeout |
The age in milliseconds after which a user is considered inactive. | 2592000000 (30 days) |
eae.core.user-recency-buffer |
Update user recency time no more than once in this time period, in milliseconds. | 86400000 (1 day) |
eae.core.remove-old-entries-time-after-midnight |
Determines when to allow the tasks that remove old items from the stream to run
(after midnight, in milliseconds). For example, a value of 7200000 allows the tasks
after 2 A.M. If you want the tasks to run on a set interval (not just during a time
window), set this to 0 and set remove-old-entries-buffer to 24
hours (86400000 milliseconds). |
7200000 |
eae.core.remove-old-entries-period |
The window following remove-old-entries-time-after-midnight ,
in milliseconds, in which the old item deletion tasks runs, OR how often to run the
tasks, in milliseconds, if remove-old-entries-buffer is set to 24
hours. For example, the default values allow the tasks to run once between 2 A.M.
and 3 A.M. |
3600000 |
eae.core.remove-old-entries-buffer |
Extra buffer time to allow the old item deletion tasks sufficient time to run.
If you want the tasks to run on a set interval (not just during a time window) set
this to 24 hours (86400000 milliseconds) and set
remove-old-entries-time-after-midnight to 0, then set
remove-old-entries-period to the desired interval. |
600000 |
eae.core.log-monitor-directory |
The path (absolute or relative to service configuration directory) where performance monitoring logs are saved. | var/monitoring |
eae.core.log-monitor-period |
The frequency, in milliseconds, that samples are written to the monitoring logs. | 60000
|