Ján Mochňak
Ján Mochňak
Thank You, @kingdonb! Yes, we are very well aware of the maintenance mode. This issue impacted us heavily as we had to remove all OCI based images from the registry...
@kingdonb fyi. I don’t know if adding the request header will be enough. I haven’t found such headers in the codebase, the only thing I found was parsing manifests here...
@kingdonb we are adopting `podman` which [builds OCI images by default](https://docs.podman.io/en/latest/markdown/podman-build.1.html#format) and we did switch to `--format=docker` due to this issue, which frankly after removing all OCI artefacts works again.
Here are my observations: GC cannot collect correctly ``` Garbage Collection Report version: 1 creator: xdebug 2.6.0 (PHP 7.2.1-1ubuntu2) Collected | Efficiency% | Duration | Memory Before | Memory After...
With PHP7.3 I was able to get gc working, but there still seems to be a memory leak if pdf contains svg images.
I got same stacktrace on linux machine or docker, but it does not seem to occur on MacOS. ``` 0x00007f8554ff4dd9 in ts_query_pattern_count (self=0x0) at ../vendor/tree-sitter/lib/src/./query.c:2013 2013 return self->patterns.size; (gdb) bt...
This problem occurs to us as well. https://github.com/xdan/datetimepicker/blob/master/jquery.datetimepicker.js#L2004 It happens on old Chrome browsers for Desktop but also on new Chrome for Android as well.
https://github.com/cyrilgdn/terraform-provider-postgresql/pull/351 may be related.
I was able to get around this issue by creating the `node`, `node_interface`, `subscription`, and `local_sync_status` resources manually and not using the `pglogical_create_subscriber` function. Then creating replication origin; replication slot...