Search code examples
Java SoftReference: Soft references were not collected before the occurrence of OOM...


javagarbage-collectionsoft-references

Read More
When is the SoftReference itself reclaimed by GC?...


garbage-collectionsoft-references

Read More
No garbage collector has time to collect SoftReference, always OutOfMemoryError...


javamemorygarbage-collectionsoft-references

Read More
Android: Bitmaps, SoftReferences, and OOMs?...


androidmemory-managementbitmapheap-memorysoft-references

Read More
What's the difference between SoftReference and WeakReference in Java?...


javareferenceweak-referencessoft-references

Read More
How to determine reference reachability in java...


javareferenceweak-referencessoft-references

Read More
Is there a SoftHashMap in Java?...


javahashmapweak-referencessoft-references

Read More
A rare usage of WeakReference?...


javaweak-referencessoft-references

Read More
How can I force release soft reference...


javagarbage-collectionsoft-references

Read More
SoftReference gets garbage collected too early...


javaandroidgarbage-collectionsoft-references

Read More
How do I efficiently cache objects in Java using available RAM?...


javacachingguavasoft-references

Read More
When you discard the reference to a SoftReference, will it's clearing still be put on the Refere...


javagarbage-collectionjava-memory-modelsoft-references

Read More
What is a use case for a soft reference in Java?...


javajvmsoft-references

Read More
Rationale for Soft-/Weak-/PhantomReferences clearing references to objects which have reference to t...


javaweak-referencessoft-referencesphantom-reference

Read More
HashMap implementation with the soft referenced values...


javahashmapsoft-references

Read More
SoftReference is not getting cleared by Java GC...


javagarbage-collectionsoft-references

Read More
any way to tell if a method ended or local in method in no longer in use?...


javaweak-referencessoft-referencesphantom-reference

Read More
What is a softly reachable object?...


javagarbage-collectionsoft-references

Read More
Will all the soft references in java be cleared in one single shot?...


javagarbage-collectionsoft-references

Read More
Is there any way to make a soft reference or Pointer-like objects using Numpy arrays?...


pythonnumpypointerssoft-references

Read More
Can "soft references" exist in Python?...


pythonreferencesoft-references

Read More
Soft Reference in the role of GC in java...


javajenkinsgarbage-collectiong1gcsoft-references

Read More
Using Java's ReferenceQueue...


javamemorygarbage-collectionweak-referencessoft-references

Read More
When to use Weak and Phantom references in Java...


javaweak-referencessoft-referencesphantom-reference

Read More
Is ReferenceQueue suitable for object pooling?...


javaandroidpoolingsoft-references

Read More
What are the "practical consequences" of using soft references?...


javacachinggarbage-collectionsoft-references

Read More
Usage of SoftReference in Map?...


javadictionarysoft-references

Read More
is there a way to recycle a complex java object once the GC has decided it is unreachable...


javagarbage-collectionweak-referencessoft-referencesphantom-reference

Read More
Soft reference does not behave as expected on Android...


androidsoft-references

Read More
Is there a way to FORCE weak and/or soft referenced objects to be GC'd in Java?...


javareferencegarbage-collectionweak-referencessoft-references

Read More
BackNext