Situation:
We are currently attempting to migrate our project from our development environment to our test environment. During that process we do a select all and tries to create the deploy zip and the process hangs and causes processor to max out at 100% utilization. The end result is that we are unable to migrate the project and confirm that process works.
Recommendation:
- Edit the MigrationUtility.lax file located under [AdeptiaInstallDir]/AdeptiaSuite-6.0/bin and add the following lines at the bottom
lax.nl.java.option.java.heap.size.initial=536870912
lax.nl.java.option.java.heap.size.max=1073741824
- Launch MigrationUtility.exe and do the migration
Comments
0 comments
Article is closed for comments.