Joined June 2012
·

Stefan Wrobel

Venice, CA
·
·
·

Gist link is broken

Posted to ActiveRecord unscoped trap over 1 year ago

Thank you! I was banging my head against the wall over this.

Posted to Vagrantfile. Set memory and CPU over 1 year ago

@patcon where are you reading that virtualbox only supports physical cores? I'm able to use all 4 logical cores on my Macbook...

Posted to Vagrantfile. Set memory and CPU over 1 year ago

This works on Mac & Linux:

config.vm.customize ["modifyvm", :id, "--cpus", `#{RbConfig::CONFIG['host_os'] =~ /darwin/ ? 'sysctl -n hw.ncpu' : 'nproc'}`.chomp]

Any idea how to add a shortcut to a specific tag?

Achievements
67 Karma
0 Total ProTip Views