> There's a good chance you bumped into memory limits, if you're logged
> in as a user in the "staff" class (as done automatically for the
> initial user created by the installer) you can just use ulimit -d to
> raise from the initial limit temporarily, otherwise you'd need to edit
> /etc/login.conf and re-login (new X session or new ssh connection).
> 
> e.g. to set it to 4GB:
> 
> ulimit -d $((410241024))

Thanks. The build just hangs after I increase the limit.
But that has given me some clues to follow up on.

Reply via email to