Skip to content

thiagoeh/vagrant-files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

vagrant-files

Some customized Vagrantfile's

  • TODO: Find a way to automatically adjust the RAM for the VM using the available physical RAM at the host
    max_vcpu=4
    physical_cores=$(egrep -e "core id" -e ^physical /proc/cpuinfo|xargs -l2 echo|sort -u|wc -l)
    vcpu=$(( $physical_cores > $max_vcpu ? $max_vcpu : $physical_cores ))

About

Some customized Vagrantfile's

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages