Skip to content

Commit

Permalink
vagrant 설정 중 기본 메모리 크기를 늘림 - C# 컴파일 환경 설치과정이 메모리를 많이 씀
Browse files Browse the repository at this point in the history
  • Loading branch information
imyoyo committed Aug 10, 2016
1 parent 1f4e054 commit 26f1639
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Vagrantfile
Expand Up @@ -16,8 +16,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.network "forwarded_port", guest: 80, host: 8080
config.vm.network "forwarded_port", guest: 8000, host: 8000

# 메모리 1GB를 사용한다. scala 등의 메모리를 많이 사용하는 컴파일러를 쓰려면 uncomment할 것.
# config.vm.provider "virtualbox" do |vb|
# vb.memory = 1024
# end
config.vm.provider "virtualbox" do |vb|
vb.memory = 1024
end
end

0 comments on commit 26f1639

Please sign in to comment.