Add a option to default hide "minecraft log"
Pls add a option to default hide "minecraft log"
You can change this yourself if you want. Go to launcher/src/main/java/com/skcraft/launcher/launch and open LaunchProcessHandler.java. On line 46 change "consoleFrame.setVisible(true);" to "consoleFrame.setVisible(false);" and then recompile the launcher.
I've found that the launcher uses a LOT of RAM in the background, as much as 2 GBs for me, so I have it set to terminate after launching.
The launcher itself uses 2 GB? That sounds like a big issue. I don't have that problem.
See https://github.com/SKCraft/Launcher/issues/94
One time, after playing for about 2 hours, the launcher was using 2 GBs of RAM in the background, but it's usually not that severe. It still uses a lot more RAM than it should, though.
It would make sense if the log itself was 1 GB and it was keeping the log loaded, but the log only ever reaches like 30 MBs max, so there's a definite programming issue.