Skip to content

Commit 5f4c005

Browse files
author
Alagappan21
committed
HTML tag issue resolved
1 parent a46a66c commit 5f4c005

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ When you execute the below command, the yc-360 script will capture all the artif
6969

7070
+ `{APPLICATION_NAME}`: Friendly name for the application (displayed in the yCrash dashboard).
7171

72-
<strong>IMPORTANT TIP:<strong>
72+
<strong>IMPORTANT TIP:</strong>
7373

7474
+ The yc-360 script must be executed with the **same user privileges as the Java application**. For example, if the application runs under the `tomcat-user` user, yc-360 script must also be executed by `tomcat-user` user.
7575

7676
+ To detect memory-related issues, **GC logging** must be enabled for your application. You can enable GC logging by using the JVM arguments listed [here](https://docs.ycrash.io/yc-360/faq/how-to-enable-gc-logs.html).
7777

7878
+ The yc-360 script doesn't capture heap dump by default. Pass `-hd` argument to capture heap dump. For more information, please visit [How to Capture Heap Dump?](https://docs.ycrash.io/yc-360/faq/how-to-capture-heapdump.html)
79-
8079
</details>
80+
8181
<details>
8282
<summary><strong>MacOS</strong></summary></br>
8383

@@ -113,7 +113,6 @@ When you execute the below command, the yc-360 script will capture all the artif
113113
+ To detect memory-related issues, **GC logging** must be enabled for your application. You can enable GC logging by using the JVM arguments listed [here](https://docs.ycrash.io/yc-360/faq/how-to-enable-gc-logs.html).
114114

115115
+ The yc-360 script doesn't capture heap dump by default. Pass `-hd` argument to capture heap dump. For more information, please visit [How to Capture Heap Dump?](https://docs.ycrash.io/yc-360/faq/how-to-capture-heapdump.html)
116-
117116
</details>
118117

119118
<details>

0 commit comments

Comments
 (0)