Tizen emulator not working on Mac

I am facing a problem when creating and running Tizen Emulator. I get the following error "Cannot start this virtual machine. Out of memory."

enter image description here

Hi

+5
source share
3 answers

From the tizen stream https://bugs.tizen.org/jira/browse/TSDK-8 , use these commands to change the system control variables, and it worked 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
+4
source

Rebooting my MacBook Pro and starting the emulator again resolved the issue for me using Tizen 2.0.0.

+1
source

, , :

enter image description here

, , .

0

All Articles