siva636
siva636

Reputation: 16441

Mac OS X very often crashing with Android emulator

I am using Eclipse ADT on Mac OS X, when working with the Android Emulator, my Mac crashes very often and requests to turn off the power and restart.

I am using:

Mac OS X 10.7.4

Eclipse Indigo

ADT 18.0.0

All the software are updated to the latest version wherever appropriate.

Are anyone working with the same conditions successfully or facing similar issue? Please advice me.

Upvotes: 2

Views: 843

Answers (1)

Ben Jakuben
Ben Jakuben

Reputation: 3237

UPDATE: This did not work for me...I got the same crash after a few hours. I installed Eclipse 4.2 now that it's stable and so far it and the emulator are working like champs.


I'm trying this now...will see if it makes a difference over the next day or two. (Eclipse Indigo 3.7.2, Mac OSX 10.7.4)

From Issue 19099:

In eclipse.ini I used the following values:

--launcher.XXMaxPermSize
256m
-Xms256m
-Xmx1024m

*The original entry in the issue report has "256m" on the same line as the --launcher.XXMaxPermSize, but that 1) didn't seem right and 2) caused Eclipse to crash for me. Moving to a new line (like it was before this change) is okay so far.

Upvotes: 1

Related Questions