Export ODK encrypted form via CLI without audit file and media file

I have downloaded all encrypted submissions via odk jar file from CLI but I am experiencing out of memory error while exporting encrypted submissions as submission number is too large so audit file grows in GBs, I have restricted media files with option "-em" in export command, but I need to disable audit file as well to only extract the submissions.
Any help will be appreciated.

Thanks

I could not find a way to export only form data skipping audit, so I had to export encrypted data in chunks like monthly data into different directories. Support should add this feature in CLI of ODK to skip audit.
Thanks