Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tizen Emulator not running on mac

I am facing problem while creating and launching Tizen Emulator.I am getting following error "Cannot launch this VM.Shared memory is not enough."

enter image description here

Regards

like image 847
Altaf Avatar asked Feb 21 '13 11:02

Altaf


2 Answers

From tizen thread https://bugs.tizen.org/jira/browse/TSDK-8, use these commands to modify system control variables and that worked fine for me.

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=2048
like image 88
craxidile Avatar answered Oct 18 '22 17:10

craxidile


Rebooting my MacBook Pro and running the emulator again resolved the problem for me using Tizen 2.0.0.

like image 44
Larry Aasen Avatar answered Oct 18 '22 17:10

Larry Aasen