Claudio Barca

Results 43 comments of Claudio Barca

![image](https://github.com/louislam/dockge/assets/6067610/94032396-e6bc-4b60-832c-78fca23ab4f5)

This link can be useful : https://github.com/docker/compose/issues/9181

Any chance to solve ? Thank you in advance.

@mcollina Thank you. I should be add this parameters to start of platformatic on Dockerfile, as is : `CMD ["platformatic", "start", "--trace-warnings"]` It is correct ?

Ok, I have added this env settings after the base image ``` FROM platformatic/platformatic:latest as base ENV NODE_OPTIONS=--trace-warnings ``` Now will proceed to deploy on Azure. I think is need...

@mcollina Memory occupancy is increasing more and more, but I have not yet other messages on the log. ![image](https://github.com/platformatic/platformatic/assets/6067610/dc19fde5-3ad3-46eb-abca-200c8a079843) Any API was not called, the service is not used from...

I expect the system to crash soon ![image](https://github.com/platformatic/platformatic/assets/6067610/27f6c38e-d368-439c-96a8-d3f99e9b222f)

@mcollina Now the Azure VM is crashed. There are the logs. ![image](https://github.com/platformatic/platformatic/assets/6067610/26a8ff71-204e-4da8-b897-292580a4d45a) Other info: this is a service with one table only, Postgresdb, Typescript, with not any custom routes, created...

I have reported the full parts of log returned by the faulted service. Probably the initial logs are overrided by `ENV NODE_OPTIONS=--trace-warnings`. So, good news. I solved the problem setting...