I suspect what you mean is can you increase the amount of memory assigned to the Reporter. If that is what you want to do in the GUI go to File > System Settings > Processes tab > Publisher and amend the JVM Memory Limit there (you will need to restart the Reporter daemon/service after changing the value).
I've checked how much memory our DPA GUI is using and that is currently using 579,500K so evidently 512MB is not a hard limit. I would suggest running the DPA GUI from a different host and seeing if that gives problems; if not then stop DPA GUI, go into Java and delete any temporary files and cached application then try running again.
Jose8
2 Posts
1290
0
Posted August 19th, 2011 05:00
In order to increase the memory for a locally installed windows GUI you would, on the GUI host
- open regedit
- navigate to HKLM\Software\EMC\DPA\GUI
- create a new string called JVMARGS with a value
of:
-Xmx1024m
- the above will set it to 1024MB however you can set this to the value you require