Unable to execute dex: GC overhead limit exceeded in Eclipse
When I downloaded the Git project OsmAnd and went to compile it, Eclipse returned these errors: [Dex Loader] Unable to execute dex: GC … Read more
When I downloaded the Git project OsmAnd and went to compile it, Eclipse returned these errors: [Dex Loader] Unable to execute dex: GC … Read more
My cluster: 1 master, 11 slaves, each node has 6 GB memory. My settings: spark.executor.memory=4g, Dspark.akka.frameSize=512 Here is the problem: First, I read … Read more
I’m currently running an ec2 micro instance and i’ve been finding that the instance occasionally runs out of memory. Other than using a … Read more
Today I ran my script for filesystem indexing to refresh RAID files index and after 4h it crashed with following error: [md5:] 241613/241627 … Read more
What is a StackOverflowError, what causes it, and how should I deal with them? 15 s 15 Parameters and local variables are allocated … Read more
I am writing a client-side Swing application (graphical font designer) on Java 5. Recently, I am running into java.lang.OutOfMemoryError: Java heap space error … Read more
I have been given this interview question: Given an input file with four billion integers, provide an algorithm to generate an integer which … Read more
I get this error message as I execute my JUnit tests: java.lang.OutOfMemoryError: GC overhead limit exceeded I know what an OutOfMemoryError is, but … Read more
Recently I ran into this error in my web application: java.lang.OutOfMemoryError: PermGen space It’s a typical Hibernate/JPA + IceFaces/JSF application running on Tomcat … Read more
I have a ListView with a couple of image buttons on each row. When the user clicks the list row, it launches a … Read more