ERR_MEMORY : Not enough memory or resources

For everyone experiencing this issue:

I was getting this error too. Turns out I was carelessly calling stuff on the RuntimeManager during EditMode. The Unity plugin won’t stop you from doing so.
If you - for example - need to get a guid at editor time you will need to use the EditorSystem respectively the EventCache.

Maybe this will be of help for anyone.