Start / Stop Squirrel
How to start or stop Squirrel
Last updated
How to start or stop Squirrel
Last updated
The easiest and recommended way is to add a program document in the HCL Domino directory.
To reduce memory usage in the Domino JVM, the βSingleRunβ parameter can be specified to stop Squirrel after all subscription documents have been processed. The βRepeat interval ofβ parameter in the program document schedules Squirrel to run at the specified intervals.
Enter the command Load RunJava JAddin Squirrel in the HCL Domino console:
You may change the line starting with ServerTasks= to include the task to be started, e.g.
Please note that the Java class names JAddin and Squirrel are both case-sensitive and must be coded with exact case during startup.
To terminate Squirrel, enter Tell Squirrel Quit on the HCL Domino console.