https://bugzilla.wikimedia.org/show_bug.cgi?id=46675

       Web browser: ---
            Bug ID: 46675
           Summary: Utilization of resources on host should be explicit
                    and configurable
           Product: Tools
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Vagrant
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---

Matma Rex, via wikitech-l:
> I tried it out on my Windows XP, and on `vagrant up` it promptly
> took all the 1.5 GB of free space on disk C: and crashed (I
> purposefully keep my system partition small).
>
> Is it possible to make it write the big files (the downloaded OS
> image and the virtual disk) into somewhere else than %userprofile%?
> I know VirtualBox can do that, as I have two VMs set up in this way.

This is probably achievable using config.vm.provider :virtualbox ..., which
allows you to invoke VBoxManage modifyvm before the box is provisioned.

See http://www.virtualbox.org/manual/ch08.html for a full description of
modifyvm options.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to