Skip to content

Commit

Permalink
Merge pull request #93 from vigneshgurusamy/clean-cache
Browse files Browse the repository at this point in the history
Clean up caches
  • Loading branch information
taylorotwell authored Jan 6, 2017
2 parents aed1e94 + c9b03bf commit d90c0c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,11 @@ service mailhog start
systemctl enable supervisor.service
service supervisor start

# Clean Up

apt-get -y autoremove
apt-get -y clean

# Enable Swap Memory

/bin/dd if=/dev/zero of=/var/swap.1 bs=1M count=1024
Expand Down

2 comments on commit d90c0c7

@svpernova09
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vigneshgurusamy FYI Old Homestead virtual box was 983mb, new one after this change is 803mb

@vigneshgurusamy
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.