How to Speed up Lotus Notes 8.5.1!
ЛИДИЯ ВИКУЛОВА
След инсталация на новия клиент 8.5.1, за някои скоростта на отваряне и работа се забавя - учудващо? Но и за това Lotus администраторите са намерили изход - промяна в jvm.properties файла.
При мен инсталацията мина доста добре, доволна съм от скоростта на отваряне, дори не съм забелязала разлика от 8.5 версията - Бързичко. 
Промяната в jvm.properties файла става по следния начин (оставям разучаването на Lotus администраторите):
"After downloading and upgrading my own client from R8.5 to R8.5.1, I thought (or imagined?) that my client was a little slower than the usual. Right away, I presumed that the jvm.properties file had been overwritten and I tried to run the code from my “old” button (grab the code in this post if you want). To my surprise, my code from the previous button didn’t work. After a bit of troubleshooting, I discovered that the jvm.properties file had moved in Lotus Notes R8.5.1. Other bloggers discovered this as well, like Mr. Andrew Pollack who posted something on his blog here.
So, what did I do? I updated the code for the button …
The Updated Code
With the change in location of the jvm.properties file in Lotus Notes R8.5.1, and after a few suggestions from the employees where I work, I updated the button to do the following:
- It supports Lotus Notes R8.5.1 (duh!)
- It warns people to never select a memory value higher than the amount of RAM installed in the machine (see the 1st comment on the original post on Andrew’s blog).
- It creates an “UndoJVM.bat” batch file to roll-back the changes IF something goes wrong (like an employee who thinks it would be fun to try to select more memory than what’s installed in his machine).
- It tells the employee about the “UndoJVM.bat” file."
