Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [pdt-dev] Memory usage?

On 8/20/07, Assaf Almaz <Assaf.Almaz@xxxxxxxx> wrote:
> Hi,
>
> Please verify that your eclipse.ini file contains the following directives:
>
> --launcher.XXMaxPermSize
>
> 256m
>
> -vmargs
>
> -Xms40m
>
> -Xmx256m
>
> The 1st one should restrict the amount of memory that will be used of
> allocating Java objects to 256 Mb
>
> We started using it when we switched to eclipse 3.3 and we started getting
> OutOfMemory problems
>
> Let me know if it helps

My eclipse.ini already has all these settings, except
launcher.XXMaxPermSize is set to 128M. I'll try raising it to 256M...

> In addition, is your Gentoo 64bit or 32bit?

32 bit.

Regards,
-- 
- SR


Back to the top