Thanks a lot for your response Adam, but after running your command I am getting the following error:
> > > *[libprotobuf WARNING google/protobuf/io/coded_stream.cc:537] Reading > dangerously large protocol message. If the message turns out to be larger > than 67108864 bytes, parsing will be halted for security reasons. To > increase the limit (or to disable these warnings), see > CodedInputStream::SetTotalBytesLimit() in > google/protobuf/io/coded_stream.h.[libprotobuf ERROR > google/protobuf/io/coded_stream.cc:180] A protocol message was rejected > because it was too big (more than 67108864 bytes). To increase the limit > (or to disable these warnings), see CodedInputStream::SetTotalBytesLimit() > in google/protobuf/io/coded_stream.h.[libprotobuf WARNING > google/protobuf/io/coded_stream.cc:78] The total number of bytes read was > 67108864Failed to parse input.* As, far as I understood, my file size is too large for decoding. It mentions something about increasing file size limit; but I am not clear how to solve it. *ANY SOLUTIONS ???* -- You received this message because you are subscribed to the Google Groups "Protocol Buffers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/protobuf. For more options, visit https://groups.google.com/d/optout.
