As mentioned in #34, I'm trying to get this running on macOS again. One problem I run into is that sometimes it just shows a white screen. I found out when that happens, the associated Helper.app uses a lot of memory for a while, this can go up to a few GB. After a while the Xcode console tells me something like:
[0507/173057.677689:ERROR:channel.cc(507)] Invalid message size: 302285456
After that the memory usage for the helper process goes back to "normal" ~40mb. I have to reload the browser to finally see the webpage.
This happens in maybe about 30% when creating a new browser.
I tried the helper app from the cefclient cef example and the one compiled from the addon. Both behave the same.
I couldn't find anything about that message, and for now I'm not sure whats going on.
As mentioned in #34, I'm trying to get this running on macOS again. One problem I run into is that sometimes it just shows a white screen. I found out when that happens, the associated Helper.app uses a lot of memory for a while, this can go up to a few GB. After a while the Xcode console tells me something like:
After that the memory usage for the helper process goes back to "normal" ~40mb. I have to reload the browser to finally see the webpage.
This happens in maybe about 30% when creating a new browser.
I tried the helper app from the
cefclientcef example and the one compiled from the addon. Both behave the same.I couldn't find anything about that message, and for now I'm not sure whats going on.