Search

Navigation
  • Home
  • App dev (5) RSS
  • Client Notes.inis (3) RSS
  • Customer self-assist (5) RSS
  • Database mail file (0) RSS
  • Designer agents (1) RSS
  • Domino Access for Microsoft Outlook (1) RSS
  • Domino admin (7) RSS
  • Domino agents (2) RSS
  • Domino clusters (4) RSS
  • Domino database performance (36) RSS
  • Domino database replication (4) RSS
  • Domino databases (20) RSS
  • Domino DB2 (2) RSS
  • Domino deployment issues (9) RSS
  • Domino deployment scenarios (4) RSS
  • Domino diagnostics (5) RSS
  • Domino directory (2) RSS
  • Domino disk management (1) RSS
  • Domino logging (8) RSS
  • Domino memory (12) RSS
  • Domino messaging (31) RSS
  • Domino migration (0) RSS
  • Domino operating systems (1) RSS
  • Domino policies (5) RSS
  • Domino security (6) RSS
  • Domino server performance (11) RSS
  • Domino server tasks (3) RSS
  • Domino transactions (5) RSS
  • Domino troubleshooting (8) RSS
  • Domino upgrade (3) RSS
  • Domino Web Access admin (1) RSS
  • Domino Web Access deployment scenarios (0) RSS
  • Domino Web Access installation (0) RSS
  • Domino Web Access messaging (0) RSS
  • Domino Web Access operating systems (0) RSS
  • Domino Web Access performance (0) RSS
  • Domino Web Access policies (1) RSS
  • Domino Web Access security (0) RSS
  • Domino Web Access troubleshooting (0) RSS
  • Domino Web server (1) RSS
  • Java (3) RSS
  • Learning (5) RSS
  • Notes calendaring and scheduling (3) RSS
  • Notes client (3) RSS
  • Notes client provisioning and install (5) RSS
  • Notes deployment issues (8) RSS
  • Notes deployment scenarios (0) RSS
  • Notes messaging (1) RSS
  • Notes security (1) RSS
  • Notes templates (0) RSS
  • Notes Traveler administration (0) RSS
  • Notes Traveler deployment issues (0) RSS
  • Notes Traveler deployment scenarios (1) RSS
  • Notes Traveler installation (0) RSS
  • Notes Traveler mail (0) RSS
  • Notes Traveler performance (0) RSS
  • Notes Traveler security (0) RSS
  • Notes Traveler troubleshooting (0) RSS
  • Notes troubleshooting (1) RSS
  • Notes Widgets and Live Text (3) RSS
  • Server Notes.inis (64) RSS


  • FTG_USE_SYS_MEMORY


    Article information
    Domino memory , Server Notes.inis
    Harry Peebles
    05/20/2008
    Harry Peebles
    06/26/2008
      Written by IBM

  • Edit
  • 6/26/2008 11:20:56 AMHarry Peebles
    6/11/2008 4:12:20 PMMary Jrolf
    Explanation:
    The FTG_USE_SYS_MEMORY setting in NOTES.INI was introduced in Domino 5.0.9 to reduce memory fragmentation. When performing large full-text searches, large blocks in Notes memory can be allocated. The memory is required for a small period of time, but the Notes Memory Manager does not free the allocated memory. This results in memory fragmentation.

    Setting FTG_USE_SYS_MEMORY=1 will instruct the full-text (FT) engine to directly use the operating system memory manager for large allocations, instead of requesting memory through the Notes Memory Manager.

    Default:

    When absent or set to 0, the full-text engine will allocate memory from the Notes Memory Manager.

    Recommendation:

    Disable this setting for all versions of Domino from 6.0 through 6.5.3.
    Enable this setting for Domino 6.5.4 and later.

    Restrictions:

    Using this setting in Domino 6.0 thru 6.5.3 is likely to cause the server to crash. This issue was addressed in Domino 6.5.4. It is safe to enable this setting for Domino 6.5.4 and later.

    Restarts:

    A server restart is required for these changes to take effect.

    Related Settings:

    FTG_DOMAIN_SORT_TOTAL_LIMIT, FTG_SET_INITIAL_BUFLEN, FTG_DOMAIN_SORT_TOTAL_LIMIT

    References:

    Technote 1116626
    The Use of FTG_USE_SYS_MEMORY Causes a Crash in Domino 6
    http://www.ibm.com/support/docview.wss?uid=swg21116626

    Technote 1090296
    How to force the full text engine to use system memory instead of Notes managed memory
    http://www.ibm.com/support/docview.wss?uid=swg21090296

    Release notes 7007054
    Fix List for Lotus Notes and Lotus Domino Release 6.5.5 Maintenance Release (MR)
    http://www.ibm.com/support/docview.wss?uid=swg27007054

    Domino Configuration Tuner:

    This setting is included in the DCT catalog of best practices as of Domino 8.5

    Comments

    No Comments Found