To enable Java Heap Memory Monitor in jDeveloper follow these steps:
- Find the location of Oracle Middleware Home. Click here to see
- Navigate to the location: <Oracle_Middleware_Home_Location>\jdev\bin and open the file jdev.conf
- Add the below two lines at the bottom of this file
# Adding the below line to turn on Heap Memory Monitor
AddVMOption -DMainWindow.MemoryMonitorOn=true
AddVMOption -DMainWindow.MemoryMonitorOn=true
Comments
Post a Comment