Issue
The OBM is not running correctly and it is reccommed you the allocate the OBM application additions system resources.
Resolution
To modify the Java heap size of OBM installation on Window, you need to amend the following files:
${OBM-Install-Home}\config.ini
${OBM-Install-Home}\bin\RunCB.bat
Open the 'config.ini' and 'RunCB.bat' files with a text editor:
config.ini
app.system.ui.vm.opt.xms=128
app.system.ui.vm.opt.xmx=2048
app.system.conf.language=en
RunCB.bat
...
SET PATH=%JAVA_HOME%\bin;%PATH%
...
SET JAVA_OPTS=-Xms128m -Xmx2048m -XX:MaxDirectMemorySize=1024m ...
...