I'm working on a custom keyboard and my keyboard is working fine. Recently when I run my keyboard extension I'm having a crash with the following message.
Program ended with exit code: 0
After doing some research I understand that this error/crash is because of memory problems. I would like to know how can I resolve this issue? And what is the maximum memory limit for the keyboard extension?