this is driving me a little crazy. ive installed SDK 2.0 on my iMac (Intel core i7 ; 16Gb RAM ; OSX 10.8.3). no particular errors or issues encountered.
in the emulator manager, created a new "x86-standard" emulator.
Base Image- emuling-2.0.x86
RAM Size- 512
HW Virtulization- Enabled
GPU- Enabled
Max Touch point - 6
When trying to "Launch" this emulator, i get the error = "Cannot launch this VM. Shared memory is not enough."
i then tried via (https://bugs.tizen.org/jira/browse/TSDK-81) and ran the following from the mac terminal:
sudo sysctl -w kern.sysv.shmmax=1610612736
sudo sysctl -w kern.sysv.shmall=393216
sudo sysctl -w kern.sysv.shmmin=1
sudo sysctl -w kern.sysv.shmmni=32
sudo sysctl -w kern.sysv.shmseg=8
sudo sysctl -w kern.maxprocperuid=512
sudo sysctl -w kern.maxproc=20
note: i rebooted the mac after EVERY sudo command above was run.
THE EMULATOR WILL STILL NOT LAUNCH EVEN AFTER FOLLOWING ALL OF THESE STEPS!
Appreciate some guidance to try and get this running.
Thanks.