Increase Server Memory
OpsHub Integration Manager is by default deployed with 4 GB memory, but if that needs to be changed then refer to the section below.
Memory Configuration File
From version 7.4 onwards, there is a configuration file OIM_Config.properties added in OpsHub Integration Manager.
You can find this configuration file under the <code class="expression">space.vars.SITENAME</code> Installation Path>/AppData/OpsHubData directory.
OIM_Config.properties file contains the server memory parameters that can be configured.
How to Increase Server Memory
From
services.msc, stop theOpshub Server Service.Open the command prompt with administrator privileges, and:
Navigate to
<code class="expression">space.vars.SITENAME</code> Installation Path>/OpsHubServer/bindirectory.Run
unregisterservice.bat. This will remove theOpshub Server Service.
From Windows Explorer, go to
<code class="expression">space.vars.SITENAME</code> Installation Path>/AppData/OpsHubDatadirectory and openOIM_Config.propertiesfile using any text editor. In this file, there will be default memory settings for the server asXms=1024mandXmx=4096m. Minimum recommended memory parameter configuration isXms=1024mandXmx=4096mbut depending on OpsHub Integration Manager instance load/configuration, these parameters may need to be increased.Format for memory parameter is like,
Xms=<Memory parameter>mUpdate
OIM_Config.propertiesfile based on the required parameters and click Save.
Now switch back to the previously opened command prompt in step #2. If it is closed, you can reopen it with administrator privileges and navigate to
<code class="expression">space.vars.SITENAME</code> Installation Path>/OpsHubServer/bindirectory.Run
registerservice.bat. This will register theOpshub Server Servicewith configured parameters inOIM_Config.propertiesfile.
From
services.msc, start theOpshub Server Service.
Last updated

