CyberSecure Advanced - How to resolve a java heap size error
Document Version: 1.0
Under Windows:
- ${Install-Home}\config.ini
- ${Install-Home}\bin\RunOBC.bat
- ${Install-Home}/config.iniĀ
- ${Install-Home}/bin/RunOBC.sh
The bolded values affect the java heap size, which determines the maximum amount of memory used.
| [config.ini] | |
|---|---|
| app.system.ui.vm.opt.xmx=384 | Increasing 384 to 768 should be enough for larger installations |
| [RunOBC.bat] | |
|---|---|
| SET JAVA_OPTS=-Xms32m -Xmx512m -Dsun.java2d.noddraw | Try increasing 512 to 768, very large installations may require higher values |
Please note that modifying these values are for power users with specific requirements, do not modify these variables if your backup software is functioning correctly already.

