Click here to Skip to main content
15,890,512 members
Articles / General Programming / Performance
Tip/Trick

4 Ways to Improve Your Lotus Notes Performance

Rate me:
Please Sign up or sign in to vote.
3.00/5 (2 votes)
7 Sep 2015CPOL3 min read 41.5K   2  
If you are using Lotus Notes as an email client and it is running very slowly, this tip will help you to overcome the performance issues.

This article appears in the Third Party Products and Tools section. Articles in this section are for the members only and must not be used to promote or advertise products in any way, shape or form. Please report any spam or advertising.

Introduction

In this tip, we are going to discuss 4 ways to improve the performance of IBM Lotus Notes. You can use any one or all techniques discussed here to improve the overall performance.

Background

I have experienced Lotus Notes is very slow as compared to Microsoft Outlook. Here are some of the techniques I have used to improve the performance and I got good results out of it. This tip is written by using Lotus Notes version 8.5, however you can use this with most of the other versions also.

Here are 4 techniques.

1. Clear Notes Cache

Lotus Notes cache size increases over time and it is required to clear. If you don't clear, it ends up reducing rather than improving the efficiency. Follow the below steps to clear the cache.

  1. Click on Open -> Applications -> Workspace

    Image 1

  2. Right click on workspace area anywhere and click on Workspace Properties.
  3. Click on 2nd tab and click on Compact button. This will make compact copy of your cache.

    Image 2

  4. Click on File -> Preferences and go to the below option.

    Image 3

  5. From Local application folder, select and copy its path to clipboard by pressing Ctrl + C.
  6. Exit from Lotus Notes and go to Windows Explorer. Change the current path by pasting path you copied earlier by pressing Ctrl + V and then Enter.
  7. You should see cache.ndk file. Delete it.
  8. Restart Lotus Notes.

2. Increase Allocated Memory

If you have at least 2 GB or more RAM, the following configuration is recommended in jvm.properties file.

  1. Exit from Lotus Notes.
  2. Open the following file in Notepad:

    C:\Program Files\IBM\Lotus\Notes\framework\rcp\deploy\jvm.properties

  3. Find the line that says vmarg.Xmx=-Xmx256m (it should be the first entry) as below:

    Image 4

  4. Change the settings to the following values:
    vmarg.Xmx=-Xmx1024m
    vmarg.Xms=-Xms512m
    vmarg.Xmca=-Xmca512k
  5. Save and exit from Notepad.
  6. Restart Notes.

3. Basic Mode

If you are using Lotus Notes only for emails, running Lotus Notes in basic mode will drastically improve the performance. Follow the below steps to run Lotus Notes in basic mode. Note that you will not be able to use embedded SameTime chat client in basic mode.

  1. Exit from Lotus Notes.
  2. From your Lotus Notes Start menu option or icon on the desktop, right click on it and click on Properties.
  3. Add suffix as -basic at the end of the filename like below in the Target option.

    Image 5

  4. Click on OK and restart the Notes.

4. Archive Your Emails

Working with locally archived emails instead of opening directly from the server will extremely improve the performance. Follow the below steps to archive your emails.

  1. Go to your inbox in Notes and select all emails by pressing Ctrl + A.
  2. Click on Actions menu and select Archive -> Archive Selected Documents.
  3. Select the archive destination and click on OK.
  4. This will take some time depending on number of emails selected.
  5. Once the process is completed, you can view all emails moved into Archive folder under selected destination, which you can access like locally stored emails.

Conclusion

We discussed few common techniques to improve the performance of Lotus Notes, but there are other techniques available depending on the scenarios you come across. Your comments are welcome!!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
India India
My Linkedin Profile

https://in.linkedin.com/in/atulkharecha

Comments and Discussions

 
-- There are no messages in this forum --