Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

OpenJDK platform binary consuming too much ram

I'm coding flutter in vs code and i have noticed that OpenJDK platform binary consuming too much ram and it's not about that only It's consuming my cpu to.

Task manager screenshot About 1 gb of ram !

Why is this? And how yo fix it ?

like image 972
ObadaJasm Avatar asked May 17 '20 05:05

ObadaJasm


People also ask

Can I delete OpenJDK platform binary?

This Open JDK platform binary is basically the platform that Minecraft runs on, it is consuming lots of RAM and CPU power because Minecraft is consuming it. If you uninstall it will not be able to play Minecraft.

Is OpenJDK platform binary necessary?

OpenJDK provides all the source code for the Java Development Kit but, to run an application compiled into bytecodes, you need a binary distribution of the JDK.

Can I disable Java Platform SE binary?

Can I disable Java Platform SE binary? Press Windows key + R to open up a Run box. Next, type “msconfig” and hit Enter to open the System Configuration menu. Inside the System Configuration window, navigate to the Services tab and click the Disable all button.

What is OpenJDK platform?

OpenJDK is a free, open-source version of the Java Development Kit for the Java Platform, Standard Edition (Java SE). OpenJDK, which stands for Open Java Development Kit, originated from an effort initiated by Sun Microsystems in 2006 and is now sponsored and led by Oracle.


1 Answers

I've did a bit of search and this issue isn't uncommon and doesn't seem to be uniquely caused by Flutter specifically https://www.google.com/search?q=openjdk+high+memory+usage

Have you tried using the latest version of either Flutter stable or master channels and see if the same behavior persists? If yes, I suggest filing this as an issue here https://github.com/flutter/flutter/issues with a complete repro to replicate.

like image 56
Omatt Avatar answered Nov 12 '22 20:11

Omatt