This sample shows how you can choose the memory requirements for an app. This is a simple hello world app that has 300mb of memory assigned to it.
In the manifest under resources the memory field defines how much memory the app has in mb.
"resources": {
"memory": 300
}You can run this app locally by executing in this directory:
qapp runOr you can package this app and deploy it by executing in this directory:
qapp package -p app.zipand
qapp deploy -p app.zip -q <qradar console ip> -u <qradar user>