On Sat, Mar 7, 2009 at 10:30 PM, Balkrishnan. V wrote:
> Marshall Schor writes:
>
>>
>> Did you try increasing your java heap size? What size are you running with?
>>
>> -Marshall
>>
>
> Hi Marshall,
>
> ThankYou for your time.
>
> Yes, I tried resetting the jvm-heap-size to 1327MB and now I am
Marshall Schor wrote:
> Thanks, Thilo, good points!
>
> Another fine point below
>
> Thilo Goetz wrote:
[...]
>> * On 32-bit windows, a process may use up to 2GB of
>> memory, not 4GB. Subtract from that the memory that
>> the JVM needs, and you get to some number around 1.4GB
>> as the maximum
Thanks, Thilo, good points!
Another fine point below
Thilo Goetz wrote:
> Just a few more points on this fascinating topic.
>
> * The JVM internally represents characters as UTF16.
> This means that any ascii text will use twice as much
> memory in the JVM as on disk.
>
> * While reading in the f
Just a few more points on this fascinating topic.
* The JVM internally represents characters as UTF16.
This means that any ascii text will use twice as much
memory in the JVM as on disk.
* While reading in the file, you will likely do some
copying. Even if you allocate a char[] of the right
size
2009/3/8 Marshall Schor
> Balkrishnan.V wrote:
> > Marshall Schor writes:
> >
> >
> >> Did you try increasing your java heap size? What size are you running
> with?
> >>
> >> -Marshall
> >>
> >>
> >
> > Hi Marshall,
> >
> > ThankYou for your time.
> >
> > Yes, I tried resetting the jvm-heap-siz
Balkrishnan.V wrote:
> Marshall Schor writes:
>
>
>> Did you try increasing your java heap size? What size are you running with?
>>
>> -Marshall
>>
>>
>
> Hi Marshall,
>
> ThankYou for your time.
>
> Yes, I tried resetting the jvm-heap-size to 1327MB and now I am able to run
> the
> CVD
Marshall Schor writes:
>
> Did you try increasing your java heap size? What size are you running with?
>
> -Marshall
>
Hi Marshall,
ThankYou for your time.
Yes, I tried resetting the jvm-heap-size to 1327MB and now I am able to run the
CVD successfully with 101MB text-log-file.
Can you pl
Did you try increasing your java heap size? What size are you running with?
-Marshall
Balkrishnan.V wrote:
> Hi,
>
> I am trying to load a file of size 12MB onto the CVD for annotation. Then I
> get
> the following error :
>
> ==