When I checked the same in Java Visual VM, I found that liquibase.change.ColumnConfig class is consuming 80% of space, this is more likely a memory leakage issue.
On top of this when I checked the java memory space, I can see Old Gen space is utilised 100% and it never goes down after 50 mins of execution.
I would like to know is there a way to export a data for few specific table, if so please help with the maven command. I tried out below, but it didn’t worked out for me.
It worked for me resulting out the corresponding changelog with DDL and DML changesets.
Please note if my table is in public schema then I do not need provide the includeSchema and schema attributes to this command and it works well without them.
Could you please try executing your second command with additional parameters for includeSchema and/or schemas?
If these parameters turns out to be incorrect for Maven execution, please find a list of attributes here.