Heap extraction

How to extract heap file?

1- docker exec -it (container_id)/bin/bash
2- pwd (folder name) -save for later-
3- ps -fea|grep -i java # rember the pid (the one with machine url)
4- jmap -dump:live,format=b,file=heap.hprof <the id>
5- docker cp (container_id):(folder name)/heap.hprof /home/penta #change it with ur Dir
    • Related Articles

    • How to manage your coded list

      1- Click on the Manage button below the coded list that you want 2- A pop-up window will open where you can fill manually your coded list in the table - you can add new rows as much as you want 3- After filling your table manually you can click on ...
    • How to list your contributed layouts

      Log-in with your subscribed organization admin user (to know how to login follow the login process from here How to log in) Click on My Contributions then click on Layouts Here you will find a list of all the Layouts you contributed with 1.1 How to ...
    • Developers

      Resource Center By clicking on the resource center you will be redirected (in a new tab) to FGIC Resource Center for documentation reference Data Explorer Click on Developers then select Data Explorer Select the role that you want Click on Layer ...
    • Obtain OAuth 2.0 credentials

      After sending us all the needed info to register the client application, you’ll receive your OAuth 2.0 credentials, including a client ID, authorized url, client secret (depending on the client’s access type), and a JSON file containing all the ...
    • How to fix SVG files break ol-map plugin in offline collector?

      In order for the Collector application to show SVG files in offline mode we should make sure of the following: Styles are hosted on accessible server "Online, penta-storage-service, etc..." Style URL is accessible via a browser Style width is the ...