Skip to content
This repository has been archived by the owner on Oct 27, 2021. It is now read-only.

Commit

Permalink
Add note about the CSV file adapter and heap memory (#424)
Browse files Browse the repository at this point in the history
Refs Graylog2/graylog2-server#4532

(cherry picked from commit 7a4b886)
  • Loading branch information
jasonkeller authored and Jochen Schalanda committed Feb 28, 2018
1 parent b525d21 commit b8197c2
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions pages/lookuptables.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,12 @@ and do not have to implement it on their own.

Cache implementations are pluggable and new ones can be added through plugins.

.. note:: The CSV file adapter reads the entire file into memory and refreshes
its contents within each check interval if the file was changed.
If the cache was purged but the check interval has not elapsed,
lookups might return expired values.
.. important:: The CSV file adapter reads the entire contents of the file into
HEAP memory. Ensure that you size the HEAP accordingly.

.. note:: The CSV file adapter refreshes its contents within each check interval
if the file was changed. If the cache was purged but the check interval
has not elapsed, lookups might return expired values.

Lookup Tables
^^^^^^^^^^^^^
Expand Down

0 comments on commit b8197c2

Please sign in to comment.