1.

Is There Any Limit On The Size Of A Serialized Object?

Answer»

Yes, it is limited by the AMOUNT of memory your JVM can allocate to the creation and maintenance of your object. As for writing it out to DISK, it is limited by the maximum FILE size of the underlying OS. Linux, as an example, has a 2GB limit on one file.

Yes, it is limited by the amount of memory your JVM can allocate to the creation and maintenance of your object. As for writing it out to disk, it is limited by the maximum file size of the underlying OS. Linux, as an example, has a 2GB limit on one file.



Discussion

No Comment Found