Paul
Paul
Hi, Thats indeed the current expected behavior and is considered normal. Using a binary could help, but would require a process to generate it when a new version of the...
@thiago-buarqque does this work on http://browscap.org/ua-lookup? If not, you should file an issue with https://github.com/browscap/browscap instead.
Ok thanks for confirming with browscap. We'll check this issue when we find the time to do so.
We use the docker-alpine image as a base to run Node.js and PhantomJS in a as small as possible image, so our clients can run their own javascript code in...
@dainis any update on this one?
I must say that i never had any issues with it, even with very low `max-old-space-size` settings. So not sure which figures you're looking at? Do you even specify `max-old-space-size`?...
Thanks for the pr, will check next week!
I'll think about that. Another way to go is to drop the need for gc-stats altogether, as it's only needed for `OOMImplementation: GC_MONITORING`. We could release a new major version...
Yes, that's possible as well. But it might be unexpected that `GC_MONITORING` won't work then, but that can be "solved" by logging a warning.
I opened a new PR in https://github.com/apache/cassandra/pull/1587, maybe we can close this one and resume there? Review feedback can be fixed there.