dji-sdk / FlightRecordParsingLib

DJI Flight Record Parsing Lib
Other
46 stars 16 forks source link

Docker - Large files not finishing parsing #15

Closed mattman86 closed 1 year ago

mattman86 commented 1 year ago

I have several large .txt files that don't seem to finish parsing before the docker command is done.

They seem to end at about the 1,954,825 line mark. Give or take 25 or so lines.

This is the end of one:

"camerasState": {
    "0": {
     "isRecording": false,
     "isShootingSinglePhoto": false,
     "isInserted": true,
     "isInitializing": false,
     "hasError": false,
     "isVerified": true,
     "isFull": true,
     "isFormatted": true,
     "isForm
mattman86 commented 1 year ago

Appears to have been a memory issue.