workflowproducts / envelope

Publish web apps based on your PostgreSQL database fast!
https://workflowproducts.com/envelope.html
Apache License 2.0
53 stars 2 forks source link

Detect High CPU usage #132

Closed nunziotocci closed 1 year ago

nunziotocci commented 6 years ago

Specifically on Windows, we encountered an issue where the Envelope Process stopped accepting connections and was stuck at 100% CPU usage.

In the service we should periodically check the CPU usage and get a memory dump for examination.

You can manually get a memory dump like so, but it should be possible to do this from C.

justintocci commented 6 years ago

the interval for checking should be user configurable. no config or zero should be don't check.

crosstocci commented 1 year ago

Covered by other initiatives.