Service to create and download a heap-dump of the current process. Will only work with Oracle JDK
installations. Since this is obviously an expensive operation (it creates a temp file on disc which is deleted
when the request completes) don't bind this service to a publicly available endpoint.
Linear Supertypes
Service[Request, Response], Closable, (Request) ⇒ Future[Response], AnyRef, Any
Service to create and download a heap-dump of the current process. Will only work with Oracle JDK installations. Since this is obviously an expensive operation (it creates a temp file on disc which is deleted when the request completes) don't bind this service to a publicly available endpoint.