Skip to content

Commit

Permalink
Update 3d model building with VSFM on the command line.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shawngraham committed Oct 4, 2015
1 parent 7922d0e commit 1d48d6b
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,8 @@ That command runs the entire process. Depending on the complexity of the images

+ 'segmentation error'

> Boot2docker:
You might get a 'segmentation error' right at the start. What gives? It could be a memory issue. On the mac, use the 'go to' folder command in Finder to go `/users/[user]/.boot2docker` then make a new file there (with no extension) called `profile`. Put something like this in, as is appropriate for your system:

```
Expand All @@ -106,6 +108,12 @@ DiskSize = 20000
Memory = 7168
```

> Docker-tools, Kitematic etc:
Find the `config.json` file inside the `.docker` folder on your machine (ie, `/users/[user]/.docker/machine/machines/default/config.json`

Inside that is a setting for memory. Open it in a text editor, ramp up the memory (as much as you've got) in mb, save. Then you need to [restart the virtual machine](https://docs.docker.com/machine/reference/restart/). This should do the trick. It didn't seem to do it for me, until at one point I started the Kitematic gui, and was rewarded with a 'building vm'.

[WINDOWS?]

So, make sure your images or that video are safe on your host machine somewhere. Exit your docker container and restart docker and the vsfm container. You can then drop your images back in.
Expand Down

0 comments on commit 1d48d6b

Please sign in to comment.