Jesse Egbosionu

Results 10 comments of Jesse Egbosionu

I've pulled the latest version, currently 7.4.2 Ran this `docker run --rm -p 3000:3000 gotenberg/gotenberg:7 gotenberg --log-level=debug --chromium-disable-routes true --pdfengines-disable-routes true --api-timeout 400s` I've done that but now getting the...

Got this after removing the blank spaces in the file name. ```log [SYSTEM] unoconv: listener started on port 38301 {"level":"debug","ts":1642002965.5346682,"logger":"unoconv.usrbinunoconv.stderr","msg":"Verbosity set to level 3"} {"level":"debug","ts":1642002971.1963856,"logger":"api.formslibreofficeconvert","msg":"form data values: map[]","trace":"aaf62161-fab0-4ec1-9118-fab3a311a18c"} {"level":"debug","ts":1642002971.1978757,"logger":"api.formslibreofficeconvert","msg":"form data...

I was able to resolve the issue by increasing the memory limits for docker and all is good.

hi @gulien I'm currently facing some memory leak issues, after gotenberg converts a document, it doesn't free up memory. ![image](https://user-images.githubusercontent.com/13919080/149527138-1d78142a-f2d7-4138-bb4e-8c760dc3093b.png)

> Hello there @jesseinit ! > Quick question: Do you have an estimate on how many conversions it took for this to take place? > > ![image](https://user-images.githubusercontent.com/13919080/149527138-1d78142a-f2d7-4138-bb4e-8c760dc3093b.png) > > Thanks!...

> @jesseinit Do you see any change regarding memory leaks when disabling the listener feature? I really didn't see any change, memory was still clogged even after conversion was completed...

Good to know I wasn't the only one facing this. Seems there is no work-around yet.

I'm facing an issue where when I install psycopg2, then build and run the container with docker run, I notice that __libpq_version__ == 130009 but when I run the same...