open jdk hogging my ram what is it i have android studio 3.0.1 , i already installed Java JDK
            Asked
            
        
        
            Active
            
        
            Viewed 2,738 times
        
    1 Answers
1
            According to google documentation. A copy of the latest OpenJDK comes bundled with Android Studio 2.2 and higher.
- Open your project in Android Studio and select File > Project Structure in the menu bar.
- In the SDK Location page and under JDK location, deselect the Use embedded JDK checkbox.
- Select the location of your Java JDK.
- Click OK.
 
    
    
        smac89
        
- 39,374
- 15
- 132
- 179
 
    
    
        Abhay Tomar
        
- 175
- 1
- 9

