Skip to main content
USENIX
  • Conferences
  • Students
Sign in

connect with us


  •  Twitter
  •  Facebook
  •  LinkedIn
  •  Google+
  •  YouTube

twitter

Tweets by @usenix

usenix conference policies

  • Event Code of Conduct
  • Conference Network Policy
  • Statement on Environmental Responsibility Policy

You are here

Home ยป To Collect or Not to Collect? Machine Learning for Memory Management
Tweet

connect with us

To Collect or Not to Collect? Machine Learning for Memory Management

Abstract: 

This article investigates how machine learning methods might enhance current garbage collection techniques in that they contribute to more adaptive solutions. Machine learning is concerned with programs that improve with experience. Machine learning techniques have been successfully applied to a number of real world problems, such as data mining, game playing, medical diagnosis, speech recognition and automated control. Reinforcement learning provides an approach in which an agent interacts with the environment and learns by trial and error rather than from direct training examples. In other words, the learning task is specified by rewards and penalties that indirectly tell the agent what it is supposed to do instead of telling it how to accomplish the task. In this article we outline a framework for applying reinforcement learning to optimize the performance of conventional garbage collectors.

In this project we have researched an adaptive decision process that makes decisions regarding which garbage collector technique should be invoked and how it should be applied. The decision is based on information about the memory allocation behavior of currently running applications. The system learns through trial and error to take the optimal actions in an initially unknown environment.

Eva Andreasson, BEA/Appeal Virtual Machines

Frank Hoffmann, Royal Institute of Technology

Olof Lindholm, BEA/Appeal Virtual Machines

BibTeX
@inproceedings {270608,
author = {Eva Andreasson and Frank Hoffmann and Olof Lindholm},
title = {To Collect or Not to Collect? Machine Learning for Memory Management},
booktitle = {2nd Java Virtual Machine Research and Technology Symposium (Java VM 02)},
year = {2002},
address = {San Francisco, CA},
url = {https://www.usenix.org/conference/java-vm-02/collect-or-not-collect-machine-learning-memory-management},
publisher = {USENIX Association},
month = aug,
}
Download

Links

Paper: 
http://www.usenix.org/events/javavm02/full_papers/andreasson/andreasson.pdf
Paper (HTML): 
http://www.usenix.org/events/javavm02/full_papers/andreasson/andreasson_html/index.html
  • Log in or    Register to post comments

© USENIX

  • Privacy Policy
  • Contact Us