Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: afba64d8c254
Choose a base ref
...
head repository: mockingbirdnest/Principia
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: bc8b503878b3
Choose a head ref
  • 3 commits
  • 1 file changed
  • 1 contributor

Commits on Jan 4, 2019

  1. More memory for the VM.

    pleroy committed Jan 4, 2019
    Copy the full SHA
    108881e View commit details

Commits on Jan 5, 2019

  1. Unverified

    This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
    Copy the full SHA
    2f146fe View commit details
  2. Merge pull request #2057 from pleroy/Vagrant

    More memory for the Ubuntu VM
    pleroy authored Jan 5, 2019
    Copy the full SHA
    bc8b503 View commit details
Showing with 1 addition and 1 deletion.
  1. +1 −1 Vagrantfile
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ SCRIPT
ubuntu.vm.provision "shell", inline: script

ubuntu.vm.provider "virtualbox" do |v|
v.memory = 2048
v.memory = 8192
v.cpus = 4
end
end