This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
friendica
/
friendica
mirror of
https://github.com/friendica/friendica.git
Watch
1
Star
2
Fork
1
Code
Issues
Releases
49
Wiki
Activity
Browse Source
Increased memory of vagrant machine to 1024 MB
pull/2904/head
Silke Meyer
4 years ago
parent
7886de5c39
commit
09c2e1c0a1
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Vagrantfile
+ 1
- 1
Vagrantfile
View File
@ -1,6 +1,6 @@
server_ip = "192.168.22.10"
server_memory = "
38
4" # MB
server_memory = "
102
4" # MB
server_timezone = "UTC"
public_folder = "/vagrant"
Write
Preview
Loading…
Cancel
Save