Re: ZoneView or ways of dealing with large objects?
- From: "Oliver Wong" <owong@xxxxxxxxxxxxxx>
- Date: Wed, 28 Jun 2006 15:18:18 GMT
"Mark Space" <markspace@xxxxxxxxxxxxx> wrote in message news:FUAng.28746$VE1.18652@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all.
I've got a program which displays potentially very large files. Files larger than 250k or so cause Java to run out of memory. I'm building a bigger view based on the file (converting binary to hex) so this view object just over one megabyte when the JVM poops out.
Is there some standard way of dealing with this? I'm looking at ZoneView, but there are really no instructions or examples available. Does anyone have a pointer to one? What about any kind of View, I haven't been able to locate any of those either.
I'm probably going to implement this manually because I only have one scrollbar to worry about, but I'd like to extend my knowledge of Java so any help you can give would be great.
Are you sure this is where the problem lies? I've written Java programs which load text files in the hundreds of megabytes into memory without too much trouble (assuming I give Java enough memory, e.g. with "-vmargs -Xms256m -Xmx512m"). Are you developing on a memory constrained device?
- Oliver
.
- Follow-Ups:
- Re: ZoneView or ways of dealing with large objects?
- From: Mark Space
- Re: ZoneView or ways of dealing with large objects?
- References:
- ZoneView or ways of dealing with large objects?
- From: Mark Space
- ZoneView or ways of dealing with large objects?
- Prev by Date: Re: Website Status
- Next by Date: Re: how to know the api difference in diff version
- Previous by thread: ZoneView or ways of dealing with large objects?
- Next by thread: Re: ZoneView or ways of dealing with large objects?
- Index(es):
Relevant Pages
|