An error or exception which is thrown when a program makes a request for memory that cannot be satisfied.
I use the following simple Python script to compress a large text file (say, 10GB) on an EC2 m3.large …
python out-of-memory gzip large-filesIn spark2.0, I have two dataframes and I need to first join them and do a reduceByKey to aggregate the …
apache-spark out-of-memory executor executorsI have about six Sidekiq worker which perform JSON crawling. Dependent on the endpoint's dataset size they finish between 1min …
ruby memory-management memory-leaks out-of-memory sidekiqI am working with Spark 2.0, the job starts by sorting the input data and storing its output on HDFS. I …
memory apache-spark out-of-memory distributed-computing apache-spark-2.0I know that -XX:+HeapDumpOnOutOfMemoryError will enable heap dump on OutOfMemoryError. Is there anything similar for thread dump? I need …
java jvm out-of-memory sunI have an application running on Websphere Application Server 6.0 and it crashes nearly every day because of Out-Of-Memory. From verbose …
java memory-leaks websphere out-of-memoryI can find lots of tutorials on how to overcome the out-of-memory error. The solution is: To increase the memory …
php out-of-memoryi have a huge memory problem in my app. i am using google map api v2 with ClusterManager and custom …
android bitmap out-of-memory google-maps-android-api-2 markerclustererThe default Gallery widget on Android does not recycle views - everytime the view for a new position is called …
android view gallery out-of-memory recycleI am developing an Android Launcher (Home screen replacement) application and running into the launcher getting killed in low-memory situations. …
android out-of-memory scheduler launcher