OutOfMemoryError AbstractStringBuilder.enlargeBuffer()

NeoTechni

Well-Known Member
Licensed User
Longtime User
Exception class java.lang.OutOfMemoryError
Source method AbstractStringBuilder.enlargeBuffer()

So my question is, what is the limitation on the stringbuilder?
Cause I can just dump it to file when it's full. I'd just like to know when that is.
 

NeoTechni

Well-Known Member
Licensed User
Longtime User
I'm parsing memory-alpha.org webpages and converting the HTML.
I don't know which pages people are overflowing on cause no one knows how to file a proper bug report.
I switched to using a textwriter object, then reading the output at the end.
 
Upvote 0
Top