exec { 'unzip Data.zip':
command => '/usr/bin/unzip -qq -o /vagrant/modules/wls/files/Data.zip -d /weblogic/app',
group => 'vagrant',
user => 'vagrant',
require => File['/weblogic/app/WEB-INF'],
}
Error: /Stage[main]/Deploy_webapp/Exec[unzip Data.zip]/returns: change from notrun to 0 failed: Cannot allocate memory - fork(2)
4GB RAM ( works with 6GB )
# Use VBoxManage to customize the VM. For example to change memory:
vb.customize ["modifyvm", :id, "--memory", "4096"]