VIVO-801 Added some flexibility to the RDB migration.
The tool now detects if you have additional RDB models, and offers the option of skipping them. Also, the tool runs with 2G of memory.
This commit is contained in:
parent
6bab6b9167
commit
87ecccb554
3 changed files with 147 additions and 96 deletions
|
@ -125,6 +125,8 @@
|
|||
<arg value="${VitroConnection.DataSource.url}" />
|
||||
<arg value="${VitroConnection.DataSource.username}" />
|
||||
<arg value="${VitroConnection.DataSource.password}" />
|
||||
<jvmarg value="-Xms512m"/>
|
||||
<jvmarg value="-Xmx2048m"/>
|
||||
<classpath refid="migrate.run.classpath" />
|
||||
</java>
|
||||
</target>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue