@EchoHarm0ny ,
There shouldn't be any special snapcraft.yaml configuration required to share memory between applications. It should be the same as the sample.
I am not finding a documented limit on shared memory. Maybe @nickH could comment?
The shared memory functionality is provided through the datalayer service. I don't think we can support it otherwise.
Now that I understand more of the application, I think the removable media file sharing approach would be more suitable. This way you don't need to parse/encode your files as compatible types for the memory range.
... View more