Last active
June 21, 2020 07:41
-
-
Save thegauravmahawar/b67c34b45f97dc823403484ae5f15af5 to your computer and use it in GitHub Desktop.
Revisions
-
thegauravmahawar renamed this gist
Jun 21, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ yum whatprovides '*/jmap' yum install java-1.8.0-openjdk-devel-1.8.0.232.b09-0.48.amzn1.x86_64 sudo debuginfo-install java-1.8.0-openjdk-devel jmap -F -dump:live,format=b,file=/var/log/heapdump.bin pid jmap -heap pid gcore -o filename pid -
thegauravmahawar renamed this gist
Jun 21, 2020 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
thegauravmahawar revised this gist
Jun 21, 2020 . No changes.There are no files selected for viewing
-
thegauravmahawar revised this gist
Jun 21, 2020 . 1 changed file with 0 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,6 @@ yum whatprovides '*/jmap' yum install java-1.8.0-openjdk-devel-1.8.0.232.b09-0.48.amzn1.x86_64 sudo debuginfo-install java-1.8.0-openjdk-devel jmap -F -dump:live,format=b,file=/var/log/giddh/heapdump.bin 3363 jmap -heap pid gcore -o filename pid -
thegauravmahawar revised this gist
Jun 21, 2020 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ ```js yum whatprovides '*/jmap' yum install java-1.8.0-openjdk-devel-1.8.0.232.b09-0.48.amzn1.x86_64 sudo debuginfo-install java-1.8.0-openjdk-devel -
thegauravmahawar created this gist
Jun 21, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,8 @@ ```bash yum whatprovides '*/jmap' yum install java-1.8.0-openjdk-devel-1.8.0.232.b09-0.48.amzn1.x86_64 sudo debuginfo-install java-1.8.0-openjdk-devel jmap -F -dump:live,format=b,file=/var/log/giddh/heapdump.bin 3363 jmap -heap pid gcore -o filename pid ```