Here's a question from a Crystal n00b.
Accessing a database using JDBC and using the Crystal 2008 SP1 user interface (File/Export etc) I was having problems running out of Java heap.
I finally started digging around in the software install folders and stumbled across CRConfig.xml. It has lots of parameters like JVMMaxHeap, documented here.
Jacking up JVMMaxHeap solved my problem.
My question is this: is it safe just to edit this file on a production system? Or is there some user interface that I haven't discovered yet that sets this in a more formal way. I am really hoping to build a foolproof system that can crank out reports 24x7. Thanks