Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Not A Bug
-
Affects Version/s: JiBX 1.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:256 mb heap size, windows xp,
-
Number of attachments :
Description
I am unmarshalling large xml file size 500 mb. While unmarshalling jibx is giving outOfMemoryExceptipn.
Is there some reason you believe this to be a bug? Depending on the actual XML document, a 500 mb document can easily take more than 256 mb of memory. Just reading the document into memory would take about 1 gb (since each byte of input text is normally converted into a two-byte character in Java).