If I export a repository to XML via org.eclipse.emf.cdo.server.CDOServerExporter.XML#exportRepository, I need a very high system memory, otherwise I run into out-of-memory exceptions. The required memory correlates to the size of the repository.
On the other hand, the import via org.eclipse.emf.cdo.server.CDOServerImporter.XML#importRepository, seems not to be dependent on the repository's size and the memory usage is always quite low.
Now the question is: could we somehow reduce the required memory for repository exports? This would greatly benefit the operational usage.