Skip to content
This repository has been archived by the owner on Aug 19, 2021. It is now read-only.

profile memory usage #35

Open
mwfarb opened this issue May 8, 2015 · 0 comments
Open

profile memory usage #35

mwfarb opened this issue May 8, 2015 · 0 comments

Comments

@mwfarb
Copy link
Collaborator

mwfarb commented May 8, 2015

We’re getting very occasional hits against memory limit boundaries. Very rare, most return result 200, however 2 returned status 500. It would be good to profile the memory use to make sure we’re well within limits.

Sample:
2015-05-04 15:03:43.301 /getFile 200 3982ms 7328kb module=default version=01060000p
2015-04-27 14:34:11.320 /getFile 500 4150ms 0kb module=default version=01060000p
2015-04-06 14:00:53.791 /postMessage 200 159ms 0kb module=default version=01060000p
2015-03-31 15:09:52.026 /postMessage 500 1951ms 0kb module=default version=01060000p

"Exceeded soft private memory limit of 128 MB with 186 MB after servicing 564 requests total"

"While handling this request, the process that handled this request was found to be using too much memory and was terminated. This is likely to cause a new process to be used for the next request to your application. If you see this message frequently, you may have a memory leak in your application."

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant