Michał Schroeder

Results 6 comments of Michał Schroeder

Hey, we have a similar issue. We are using the `POST /forms/chromium/convert/html` endpoint to generate PDF. We will try to use some of the advice you have mentioned here but...

@gulien There are no OOM issues, we have a memory limit of 2GB and we restart the PODs quite often. We are running it with this command ``` gotenberg --log-level=info...

> @michalschroeder it is possible on your side to check if it goes near the memory limit but stay just bellow? @gulien it might be hard to test this scenario,...

I have the same issue after adding `N8N_RUNNERS_ENABLED=true` ``` [7:0x73b0272fd650] 25642680 ms: Mark-Compact 3968.9 (4142.3) -> 3968.9 (4142.3) MB, 170.88 / 0.00 ms (average mu = 0.229, current mu =...

Hey @ivov, In my case the code mode is set to be run once for all items and here is the simplified code I'm using. ```javascript const sharp = require('sharp');...

Hey, adding `AdminAction` attribute worked in my case. Thanks @octoseth My current working code ```php ... #[\Override] public function configureActions(Actions $actions): Actions { $customAction = Action::new('custom', label: false) ->linkToCrudAction('customAction'); $actions->add(Crud::PAGE_INDEX,...