Created
July 7, 2016 15:55
-
-
Save ramitsurana/e22d35562383600e5b68d645cd7a2c52 to your computer and use it in GitHub Desktop.
Steps to use Garbage collection method on rkt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Using Garbage collection method in rkt | |
# Check the list of containers | |
rkt list | |
# Collecting Garbage collection | |
rkt gc | |
# Deleting the not used containers | |
rkt gc --grace-period=0 | |
# Check the list of containers | |
rkt list |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment