python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
G1 GC allocated memory is more than heap size
I change GC for application server. Now I use G1 GC. I have 30 GB RAM. For initial testing I set only Xms and Xmx values to be the same 23040 mb.
Settings I use:
-Xms23040m -Xmx23040m -XX:+UseG1GC...

grep
Votes: 0
Answers: 2
Escape Characters in VM Option in eclipse
I want to pass a VM argument in eclipse which is dependent on an environment variable.Something like this -
In Environment variables:
var1=1234
In VM arguments:
-Dvar2=%var1%5678
This works properly w...

Shadab Kazi
Votes: 0
Answers: 2
Minify WithR8 throws java.lang.OutOfMemoryError: Java heap space
I'm facing a problem when trying to compile my app from command line using following command:
./Project/gradlew -b ./Project/sampleapp/build.gradle assembleProd -x lint --stacktrace
But command throws...

Victor Laerte
Votes: 0
Answers: 1
Java 17 stack size and actual memory consumption
Is there any real downside to allow for a VERY large stack on the JVM, like gigabytes?
In particular, with many threads, is this going to give troubles? if the stack space is not actually used, is the...
Marco Servetto
Votes: 0
Answers: 0