How to increase the server time to run an agent

I want to have an agent to be run on the server. Now the server is restricted to run only 200 min in the day and 300 min in the night.

How can I increase the server setting to allow my agent to run for longer duration.

Thanks

Ravi

Subject: RE: How to increase the server time to run an agent.

You can’t. Your server administrator can.

I can almost guarantee that you can also solve the problem by making your agent more efficient. No reasonable task should take more than 5 hours. Quit using GetNthDocument. Quit deleting all the documents in your database and creating all new ones. Set the NotesView.AutoUpdate property = FALSE. Use a view or full-text search to find documents instead of db.Search. Read IBM Redbook Performance Considerations for Domino Applications. Use the agent profiler to find out where it’s spending most of its time.