mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-18 07:23:13 +00:00
add vagrant dir to ignored, increase vm memory to 4G
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -59,6 +59,7 @@ behat.yml
|
||||
|
||||
# Exclude vagrant configuration file
|
||||
/.vagrant
|
||||
/vagrant
|
||||
|
||||
# Exclude crossdomain.xml file it's generated
|
||||
/www/crossdomain.xml
|
||||
|
@@ -5,7 +5,7 @@ vagrantfile-local:
|
||||
box: puphpet/debian75-x64
|
||||
box_url: puphpet/debian75-x64
|
||||
hostname: phraseanet-php54-nginx
|
||||
memory: '2048'
|
||||
memory: '4096'
|
||||
cpus: '2'
|
||||
chosen_provider: virtualbox
|
||||
network:
|
||||
|
Reference in New Issue
Block a user