Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-dev] Mouse movement increases significantly the heap memory?

> I don't think it's a blocker issue.

Agree, but it would be nice to pinpoint the cause of this. Maybe the
heap allocation can be easily avoided.

> Did you check with older versions of the IDE whether this was happening a while ago already?

I think it did also happen in older versions.

On Thu, Jul 27, 2017 at 11:49 AM, Mickael Istria <mistria@xxxxxxxxxx> wrote:
>
>
> On Thu, Jul 27, 2017 at 11:35 AM, Lars Vogel <lars.vogel@xxxxxxxxxxx> wrote:
>>
>> Anyone knows why this happens?
>
>
> The many mouse/hover listeners in the IDE instantiate some objects as the
> mouse moves. It would indeed be nice if this could cost less RAM, but as
> long as the memory can be freed by GC when needed, I don't think it's a
> blocker issue.
> Did you check with older versions of the IDE whether this was happening a
> while ago already?
>
> _______________________________________________
> eclipse-dev mailing list
> eclipse-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/eclipse-dev



-- 
Eclipse Platform UI and e4 project co-lead
CEO vogella GmbH

Haindaalwisch 17a, 22395 Hamburg
Amtsgericht Hamburg: HRB 127058
Geschäftsführer: Lars Vogel, Jennifer Nerlich de Vogel
USt-IdNr.: DE284122352
Fax (040) 5247 6322, Email: lars.vogel@xxxxxxxxxxx, Web: http://www.vogella.com


Back to the top