<appendix id="mayapp-bugs">

<!--
	  User Manual for Gramps - a GTK+/GNOME based genealogy program

	  Copyright (C) 2003-2005  Alexander Roitman

	  This document is free software; you can redistribute it and/or modify
	  it under the terms of the GNU General Public License as published by
	  the Free Software Foundation; either version 2 of the License, or
	  (at your option) any later version.

	  This document is distributed in the hope that it will be useful,
	  but WITHOUT ANY WARRANTY; without even the implied warranty of
	  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	  GNU General Public License for more details.

	  You should have received a copy of the GNU General Public License
	  along with this program; if not, write to the Free Software
	  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-->

<!-- $Id$ -->

  <title>Known Bugs and Limitations</title>

  <variablelist>
    <varlistentry>
      <term>Memory size and performance</term>
      <listitem>
        <para>The known limitations include the BSDDB performance issues related
        to caching and the memory size. As long as the BSDDB cache fits completely
        into the available memory on the system, the performance should be
        adequate. When the cache size exceeds that of the free memory and
        portions of database cache start to be swapped onto the disk, the performance
        degrades appreciably. This can be solved by adjusting the BSDDB cache
        size for the large databases.</para>
      </listitem>
    </varlistentry>
  </variablelist>

  <variablelist>
    <varlistentry>
      <term>GEDCOM Editing</term>
      <listitem>
        <para>Please keep in mind that some information in GEDCOM file may be
        lost during import into GRAMPS. Simply opening and viewing the file
        will not change it. However, if any changes were made and they were
        not abandoned upon exit, exiting GRAMPS will save the data, with the
        possible data loss.</para>
      </listitem>
    </varlistentry>
  </variablelist>
</appendix >