In eclipse when I want to import an Android method (onDestroy(), onPause()...) I got an error with only message PermGen Space. What's mean this, and what can I do to make it workable?
Asked
Active
Viewed 863 times
1 Answers
1
This question discusses about the problem. It is about Tomcat, but I believe the solution will be the same (increase permgen heap size).

Community
- 1
- 1

kgiannakakis
- 103,016
- 27
- 158
- 194
-
OK thanks, I will make it, but Where I need to add this -XX:PermSize=256m -XX:MaxPermSize=256m? Sorry, but I'm now learning andorid. – Zwiebel Jul 01 '11 at 12:14
-
See http://wiki.eclipse.org/FAQ_How_do_I_increase_the_permgen_size_available_to_Eclipse%3F – kgiannakakis Jul 01 '11 at 12:32