[Groonga-commit] droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication at 012fc62 [master] Reduce RAM size of VMs

Back to archive index

YUKI Hiroshi null+****@clear*****
Fri Nov 28 23:03:51 JST 2014


YUKI Hiroshi	2014-11-28 23:03:51 +0900 (Fri, 28 Nov 2014)

  New Revision: 012fc62115b6cc8f5bd06315767bced0cdf9ca76
  https://github.com/droonga/presentation-groonga-night-5-droonga-as-groonga-with-replication/commit/012fc62115b6cc8f5bd06315767bced0cdf9ca76

  Message:
    Reduce RAM size of VMs

  Modified files:
    vagrant/Vagrantfile

  Modified: vagrant/Vagrantfile (+3 -3)
===================================================================
--- vagrant/Vagrantfile    2014-11-28 22:40:46 +0900 (617fd9e)
+++ vagrant/Vagrantfile    2014-11-28 23:03:51 +0900 (a9de0b8)
@@ -9,9 +9,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
       node_config.vm.network(:private_network,
                              :ip => "192.168.100.#{50 + index}")
       node_config.vm.host_name = "node#{index}"
-      # node_config.vm.provider("virtualbox") do |virtual_box|
-      #   virtual_box.memory = 2048
-      # end
+      node_config.vm.provider("virtualbox") do |virtual_box|
+        virtual_box.memory = 512
+      end
     end
   end
 end
-------------- next part --------------
HTML����������������������������...
下載 



More information about the Groonga-commit mailing list
Back to archive index