memory issue
andrea2009
Posts: 2 New member
hi,
I'm using Flyway Community Edition 7.9.0 by Redgate with Microsoft JDBC Driver 9.2 for SQL Server 9.2.1.0
in my directory i have 466 sql files.
when i run the migration after the clean i get this error :
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
how can i fix this ?
Thanks
I'm using Flyway Community Edition 7.9.0 by Redgate with Microsoft JDBC Driver 9.2 for SQL Server 9.2.1.0
in my directory i have 466 sql files.
when i run the migration after the clean i get this error :
Exception in thread "main" java.lang.OutOfMemoryError: Java heap space
how can i fix this ?
Thanks
Tagged:
Answers
flyway -locations=filesystem:/agent/_work/5/s/deployment/database migrate -configFiles=/agent/_work/5/s/deployment/flyway.conf
and the stack trace :