Subversion Repositories configs

Rev

Rev 154 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 154 Rev 172
Line 269... Line 269...
269
# CACHE SETTINGS
269
# CACHE SETTINGS
270
#
270
#
271
# To see the live cache usage, use 'zarafa-stats --system'.
271
# To see the live cache usage, use 'zarafa-stats --system'.
272
 
272
 
273
# Size in bytes of the 'cell' cache (should be set as high as you can afford to set it)
273
# Size in bytes of the 'cell' cache (should be set as high as you can afford to set it)
274
cache_cell_size				= 256M
274
cache_cell_size				= 268435456
275
 
275
 
276
# Size in bytes of the 'object' cache
276
# Size in bytes of the 'object' cache
277
#cache_object_size = 16M
277
#cache_object_size = 16M
278
 
278
 
279
# Size in bytes of the 'indexed object' cache
279
# Size in bytes of the 'indexed object' cache
280
#cache_indexedobject_size = 32M
280
#cache_indexedobject_size = 32M
281
 
281
 
282
# Size in bytes of the userquota details
282
# Size in bytes of the userquota details
283
cache_quota_size			= 1M
283
cache_quota_size			= 1048576
284
 
284
 
285
# Lifetime for userquota details
285
# Lifetime for userquota details
286
cache_quota_lifetime		= 1
286
cache_quota_lifetime		= 1
287
 
287
 
288
# Size in bytes of the acl cache
288
# Size in bytes of the acl cache
289
cache_acl_size				= 1M
289
cache_acl_size				= 1048576
290
 
290
 
291
# Size in bytes of the store id/guid cache
291
# Size in bytes of the store id/guid cache
292
cache_store_size			= 1M
292
cache_store_size			= 1048576
293
 
293
 
294
# Size in bytes of the 'user id' cache (this is allocated twice)
294
# Size in bytes of the 'user id' cache (this is allocated twice)
295
cache_user_size				= 1M
295
cache_user_size				= 1048576
296
 
296
 
297
# Size in bytes of the 'user details' cache
297
# Size in bytes of the 'user details' cache
298
cache_userdetails_size		= 25M
298
cache_userdetails_size		= 26214400
299
 
299
 
300
# Lifetime for user details
300
# Lifetime for user details
301
cache_userdetails_lifetime	= 0
301
cache_userdetails_lifetime	= 0
302
 
302
 
303
# Size in bytes of the server details (multiserver setups only)
303
# Size in bytes of the server details (multiserver setups only)
304
cache_server_size			= 1M
304
cache_server_size			= 1048576
305
 
305
 
306
# Lifetime for server details (multiserver setups only)
306
# Lifetime for server details (multiserver setups only)
307
cache_server_lifetime	= 30
307
cache_server_lifetime	= 30
308
 
308
 
309
 
309