From 9c826e53ce4440b3626396db2662b2c595cd3038 Mon Sep 17 00:00:00 2001 From: abobrov <abobrov@localhost> Date: Sat, 08 Dec 2007 19:22:36 +0000 Subject: [PATCH] - fix some comments typos and inaccuracies. --- opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java b/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java index 4928f94..9a650ba 100644 --- a/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java +++ b/opends/src/server/org/opends/server/extensions/FileSystemEntryCache.java @@ -96,15 +96,15 @@ * any file system will do for this cache to function. Entries are maintained * either by FIFO (default) or LRU (configurable) based list implementation. * <BR><BR> - * Cache sizing is based on the size or percentage of free space availble in - * the file system, such that if enough memory is free, then adding an entry - * to the cache will not require purging, but if more than a specified - * percentage of the file system available space is already consumed, then - * one or more entries will need to be removed in order to make room for a - * new entry. It is also possible to configure a maximum number of entries - * for the cache. If this is specified, then the number of entries will not - * be allowed to exceed this value, but it may not be possible to hold this - * many entries if the available memory fills up first. + * Cache sizing is based on the size of free space available in the file + * system, such that if enough memory is free, then adding an entry to the + * cache will not require purging, but if more than a specified size of the + * file system available space is already consumed, then one or more entries + * will need to be removed in order to make room for a new entry. It is also + * possible to configure a maximum number of entries for the cache. If this + * is specified, then the number of entries will not be allowed to exceed + * this value, but it may not be possible to hold this many entries if the + * available memory fills up first. * <BR><BR> * Other configurable parameters for this cache include the maximum length of * time to block while waiting to acquire a lock, and a set of filters that may -- Gitblit v1.10.0