READ Free Dumps For Oracle- 1z0-133
Question ID 23035 | One Managed Server that is part of a large domain throws java.lang.OutOfMemory errors (OOM) occasionally. You have been monitoring this server with the jvisualVM tool but that didn’t help because the issue occurs infrequently and not a specific scenario. So you decided to force the server to dump the heap memory as soon as an OOM gets thrown in order to analyze the dump file later. How do you modify the Java HotSpot startup command to enable this feature and save the dump in the directory D:hprof-dumps? |
Option A | Add -XX:+DumpHeapOnOutOfMemory -XX:DumpPath= D:hprof-dumps. |
Option B | Add -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=D:hprof-dumps. |
Option C | Add -XX:+DumpHeapOnOutOfMemoryError -XX:HeapPath=D:hprof-dump. |
Option D | Add -XX:+HeapDumpOnOutOfMemory -XX:HeapDumpPath=D:hprof-dumps. |
Correct Answer | B |
Question ID 23036 | You are using the Administration Console to monitor a resource. Which three techniques can you use to customize the monitoring output? (Choose three.) |
Option A | Sort the rows by a specific column. |
Option B | Limit the number of rows displayed. |
Option C | Change the order of the displayed columns. |
Option D | Views the rows from a specific time range. |
Correct Answer | A,B,C |