OutOfMemoryError: 方法 "public List<Results> execute(SqlScript sqlScript, Configuration config)" 中的 Java 堆空间不足
作者: maroony创建于 2026年4月30日更新于 2026年7月21日
标签s: needs investigation
这个错误出现在 Flyway 12.5.0 中,SQL 文件较大(约 100 MB)。Flyway 10 运行正常,因为 `DefaultSqlScriptExecutor.java` 中的方法不收集结果列表:
内容来源: flyway/flyway