I recently received a notification from our Server Administrators that
the available space on an ADAM server is running low. I have been
monitoring the server and noticed that the size of the .dit file has
not changed for several days, eventhough we add hundreds of records a
day. How is storage allocated to ADAM? Does ADAM allocate blocks of
storage, uses it as it seams fit and grabs additional blocks when it
determines it is running low? If so, how much does it allocate at a
time, xx kb, yy%?

Re: ADAM Space Usage by Lee

Lee
Fri May 02 06:53:30 PDT 2008

Hi

the allocation will be dependent of the number of objects that are added to
the
DIT and how many of those objects fit into a database page; I'm guessing
that
the storage allocation will be chunked to a number of pages (8k each) plus
overhead for system tables.

Note that object deletions in the database will result in whitespace that
will get
reused. I usually tweak the garbage collection diagnostics as it provides a
useful check on allocations event log entry once a day:

http://technet2.microsoft.com/windowsserver/en/library/d87e1c8f-2e6b-4ce3-b72b-7108acc6aecb1033.mspxIs there any indication that it actually ADAM that is using the spaceon the server?Lee Flight


Re: ADAM Space Usage by drm

drm
Fri May 02 07:51:17 PDT 2008

On May 2, 9:53=A0am, "Lee Flight" <l...@le.ac.uk-nospam> wrote:
> Hi
>
> the allocation will be dependent of the number of objects that are added t=
o
> the
> DIT and how many of those objects fit into a database page; I'm guessing
> that
> the storage allocation will be chunked to a number of pages (8k each) plus=

> overhead for system tables.
>
> Note that object deletions in the database will result in whitespace that
> will get
> reused. I usually tweak the garbage collection diagnostics as it provides =
a
> useful check on allocations event log entry once a day:
>
> =A0http://technet2.microsoft.com/windowsserver/en/library/d87e1c8f-2e6b-..=
.there any indication that it actually ADAM that is using the spaceon the se=
rver?Lee Flight

Thanks. ADAM is the only thing on that server.