Das Notes Forum

Lotus Notes / Domino Sonstiges => Projekt Bereich => Help-Desk Applikation !!Help!! => Thema gestartet von: alecrespi am 05.02.07 - 12:48:06

Titel: CPU and RAM usage
Beitrag von: alecrespi am 05.02.07 - 12:48:06
After installation of the HelpDesk DB I saw a real slowdown on my Domino Server.
I can only see that there are 2 processes (with the same name)
NAMGR.EXE
that occupy 300MB of RAM and every 5 minutes occupy 50% each of CPU usage.

I think that they both should be linked with the DISPATCHER agent inside the helpdesk DB.

Is it right?

How can I fix this "annoying" problem?
Tahnk you
Titel: Re: CPU and RAM usage
Beitrag von: Thomas Schulte am 05.02.07 - 12:54:45
The Dispatcher should not take that amount of RAM and CPU Usage?
Well at last it does not in our envirmonment.

Could you please check which Agents are running?
Take a special look at those three:
- Dispatch
- Escalation
- Resubmission
Titel: Re: CPU and RAM usage
Beitrag von: alecrespi am 05.02.07 - 14:11:02
Dispatch is the only one running...

and through the Lotus Administrator I see inside
SERVER --> STATUS --> SERVER TASKS

Agent Manager   Executive 1 'Idle'

and after a while
Agent Manager   Executive 1 'Running agent DISPATCH in HelpDesk.nsf'

with a HIGH CPU usage...
Titel: Re: CPU and RAM usage
Beitrag von: Thomas Schulte am 05.02.07 - 16:49:10
The Dispatcher uses two db.search commands to get first the documents that should be processed and second an empty collection for all those documents that cannot be processed.
It might be that this is a problem here.
We could hand the first one over to a specific view. The second one might still be a problem. One potential fix is to activate ftsearch on that database.

So as a first advice. Check if FTsearch is enabled. If not enable it.
Titel: Re: CPU and RAM usage
Beitrag von: alecrespi am 06.02.07 - 09:14:00
do you mean the FullTextSearch inside the Database Properties?
Should I activate the INDEX with this button?
Do you think it should improve performances?
Titel: Re: CPU and RAM usage
Beitrag von: Thomas Schulte am 07.02.07 - 10:13:39
Yes that is what i mean.