Admin Console Performance Issues when using Delegated Admin: Difference between revisions

No edit summary
Line 6: Line 6:
{{WIP}}
{{WIP}}


'''Note''': This information is related to Bug 97743.  
'''Note''': This information is related to [https://bugzilla.zimbra.com/show_bug.cgi?id=97743 Bug 97743].


== Overview ==
== Overview ==
If you are experiencing significant admin console performance issues when using delegated admin, configure the following LC keys to resolve the issue:
If you are experiencing significant admin console performance issues when using delegated admin, upgrade to version 8.6 Patch 2 or version 8.7
If you still encounter performance issues, adjust these configuration settings:
 
=== Zimbra 8.7 and later ===
 
* zimbraShortTermAllEffectiveRightsCacheExpiration (default: 50s)
* zimbraShortTermAllEffectiveRightsCacheSize (default: 128)
* zimbraShortTermGranteeCacheExpiration (default: 50s)
* zimbraShortTermGranteeCacheSize (default: 128)
 
=== Zimbra 8.6 patch 2 and later patch levels ===


* short_term_all_effective_rights_cache_expiration (default: 50000)
* short_term_all_effective_rights_cache_expiration (default: 50000)
Line 16: Line 26:
* short_term_grantee_cache_size (default: 128)
* short_term_grantee_cache_size (default: 128)


'''Note''': The default sizes are 128, with default expirations in milliseconds. Using higher values is not recommended. These keys will be moved to LDAP for 8.7 and 9.0.
'''Note''': The default sizes are 128, with default expirations in milliseconds. Using higher values is not recommended.
 
== LDAP key descriptions ==
 
=== zimbraShortTermAllEffectiveRightsCacheSize ===
 
Maximum number of entries in the short term All Effective Rights cache.
 
This cache can improve performance by avoiding recomputing All Effective Rights of named entries like accounts frequently in a short period of time.


Can disable the cache be specifying a value of 0


== LC Key Descriptions: ==
The default value is '''128'''


=== short_term_all_effective_rights_cache_expiration ===
=== zimbraShortTermAllEffectiveRightsCacheExpiration ===


Maximum time an entry in the short term All Effective Rights cache will be regarded as valid.
Maximum time an entry in the short term All Effective Rights cache will be regarded as valid.
If value is 0, the cache is disabled.
If value is 0, the cache is disabled.
The cache is particularly useful when significant use is made of delegated administration.
The cache is particularly useful when significant use is made of delegated administration.
This cache can improve performance by avoiding recomputing All Effective Rights of named entries
 
like accounts frequently in a short period of time.
All Effective Rights are computations of the rights that named entries like accounts have - although when used, they are checked separately.
All Effective Rights are computations of the rights that named entries like accounts have - although when used, they are checked separately.


The longer the value of this setting is, the more stale the view of the details is likely to be.
The longer the value of this setting is, the more stale the view of the details is likely to be. For this reason, the '''maximum''' accepted value is 30m.
For this reason, the maximum accepted value is 30m.
Larger values will be treated as being 30m
Larger values will be treated as being 30m


The default value is 50000 which is '''50s'''
The default value is '''50s'''


This will be replaced in 8.7 and 9.0 with the LDAP attribute:
=== zimbraShortTermGranteeCacheSize ===
'''zimbraShortTermAllEffectiveRightsCacheExpiration'''


=== short_term_all_effective_rights_cache_size ===
Maximum number of entries in the short term Grantee cache.
 
This cache can improve performance by avoiding recomputing details frequently in a short period of time, for instance for each entry in search results.


Maximum number of entries in the short term All Effective Rights cache.
This cache can improve performance by avoiding recomputing All Effective Rights of named entries like accounts frequently in a short period of time.
Can disable the cache be specifying a value of 0
Can disable the cache be specifying a value of 0


The default value is '''128'''
The default value is '''128'''


This will be replaced in 8.7 and 9.0 with the LDAP attribute: '''zimbraShortTermAllEffectiveRightsCacheSize'''
=== zimbraShortTermGranteeCacheExpiration ===


=== short_term_grantee_cache_expiration ===
Maximum time an entry in the Grantee cache will be regarded as valid.
Maximum time an entry in the Grantee cache will be regarded as valid.
If value is 0, the cache is disabled.
If value is 0, the cache is disabled.
This cache can improve performance by avoiding recomputing details frequently in a short period of time, for instance for each entry in search results.


The cache is particularly useful when significant use is made of delegated administration.
The cache is particularly useful when significant use is made of delegated administration.
Grantees objects provide a view of what rights a grantee has - although those are checked separately.
Grantees objects provide a view of what rights a grantee has - although those are checked separately.


The longer the value of this setting is, the more stale the view of the details is likely to be.  For this reason, the maximum accepted value is 30m.
The longer the value of this setting is, the more stale the view of the details is likely to be.  For this reason, the '''maximum''' accepted value is 30m.
Larger values will be treated as being 30m
Larger values will be treated as being 30m


The default value is 50000 which is '''50s'''
The default value is '''50s'''
 
This will be replaced in 8.7 and 9.0 with the LDAP attribute:
'''zimbraShortTermGranteeCacheExpiration'''
 
=== short_term_grantee_cache_size ===
 
Maximum number of entries in the short term Grantee cache.
This cache can improve performance by avoiding recomputing details frequently in a short period of time, for instance for each entry in search results.
Can disable the cache be specifying a value of 0
 
The default value is '''128'''
 
This will be replaced in 8.7 and 9.0 with the LDAP attribute: '''zimbraShortTermGranteeCacheSize'''


{{Article Footer|Zimbra Collaboration 9.0, 8.7 |05/05/2015}}
{{Article Footer|Zimbra Collaboration 9.0, 8.7 |05/05/2015}}

Revision as of 16:20, 20 June 2016

Admin Console Performance Issues when using Delegated Admin

   KB 21916        Last updated on 2016-06-20  




0.00
(0 votes)


Note: This information is related to Bug 97743.

Overview

If you are experiencing significant admin console performance issues when using delegated admin, upgrade to version 8.6 Patch 2 or version 8.7 If you still encounter performance issues, adjust these configuration settings:

Zimbra 8.7 and later

  • zimbraShortTermAllEffectiveRightsCacheExpiration (default: 50s)
  • zimbraShortTermAllEffectiveRightsCacheSize (default: 128)
  • zimbraShortTermGranteeCacheExpiration (default: 50s)
  • zimbraShortTermGranteeCacheSize (default: 128)

Zimbra 8.6 patch 2 and later patch levels

  • short_term_all_effective_rights_cache_expiration (default: 50000)
  • short_term_all_effective_rights_cache_size (default: 128)
  • short_term_grantee_cache_expiration (default: 50000)
  • short_term_grantee_cache_size (default: 128)

Note: The default sizes are 128, with default expirations in milliseconds. Using higher values is not recommended.

LDAP key descriptions

zimbraShortTermAllEffectiveRightsCacheSize

Maximum number of entries in the short term All Effective Rights cache.

This cache can improve performance by avoiding recomputing All Effective Rights of named entries like accounts frequently in a short period of time.

Can disable the cache be specifying a value of 0

The default value is 128

zimbraShortTermAllEffectiveRightsCacheExpiration

Maximum time an entry in the short term All Effective Rights cache will be regarded as valid.

If value is 0, the cache is disabled.

The cache is particularly useful when significant use is made of delegated administration.

All Effective Rights are computations of the rights that named entries like accounts have - although when used, they are checked separately.

The longer the value of this setting is, the more stale the view of the details is likely to be. For this reason, the maximum accepted value is 30m. Larger values will be treated as being 30m

The default value is 50s

zimbraShortTermGranteeCacheSize

Maximum number of entries in the short term Grantee cache.

This cache can improve performance by avoiding recomputing details frequently in a short period of time, for instance for each entry in search results.

Can disable the cache be specifying a value of 0

The default value is 128

zimbraShortTermGranteeCacheExpiration

Maximum time an entry in the Grantee cache will be regarded as valid.

If value is 0, the cache is disabled.

The cache is particularly useful when significant use is made of delegated administration.

Grantees objects provide a view of what rights a grantee has - although those are checked separately.

The longer the value of this setting is, the more stale the view of the details is likely to be. For this reason, the maximum accepted value is 30m. Larger values will be treated as being 30m

The default value is 50s

Verified Against: Zimbra Collaboration 9.0, 8.7 Date Created: 05/05/2015
Article ID: https://wiki.zimbra.com/index.php?title=Admin_Console_Performance_Issues_when_using_Delegated_Admin Date Modified: 2016-06-20



Try Zimbra

Try Zimbra Collaboration with a 60-day free trial.
Get it now »

Want to get involved?

You can contribute in the Community, Wiki, Code, or development of Zimlets.
Find out more. »

Looking for a Video?

Visit our YouTube channel to get the latest webinars, technology news, product overviews, and so much more.
Go to the YouTube channel »


Jump to: navigation, search