____ is a recommended practice in Hadoop for efficient memory management.

  • Garbage Collection
  • Heap Optimization
  • Memory Allocation
  • Memory Segmentation
Garbage Collection is a recommended practice in Hadoop for efficient memory management. It involves automatic memory management by identifying and freeing up memory occupied by objects that are no longer in use. Proper garbage collection enhances the performance of Hadoop applications.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *