build icon indicating copy to clipboard operation
build copied to clipboard

The processlogs script sometimes throws "Memory limit of 1430 MiB exceeded"

Open trivikr opened this issue 1 year ago • 1 comments

Describe the issue

The processlogs script sometimes throws "Memory limit of 1430 MiB exceeded"

Steps to reproduce

View if you have access https://cloudlogging.app.goo.gl/J3n4QFpWFxwmjosc7

Observed behavior

The request failed because either the HTTP response was malformed or connection to the instance had an error. Additional troubleshooting documentation can be found at: https://cloud.google.com/run/docs/troubleshooting#malformed-response-or-connection-error
While handling this request, the container instance was found to be using too much memory and was terminated. This is likely to cause a new container instance to be used for the next request to this revision. If you see this message frequently, you may have a memory leak in your code or may need more memory. Consider creating a new revision with more memory.

Memory limit of 1430 MiB exceeded with 1501 MiB used. Consider increasing the memory limit, see https://cloud.google.com/run/docs/configuring/memory-limits

Expected behavior

No Memory limit error

Additional context

Noticed while reviewing logs in https://github.com/nodejs/build/issues/3697#issuecomment-2137861247

trivikr avatar Jun 19 '24 04:06 trivikr