python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How to set -javaagent differently?
I need to load a java agent without setting -javaagent. The reason why I need to do this is I have an exe that starts a JVM with command line args specified in a file. This exe filters -javaagent. How...
Code Base
Votes: 0
Answers: 1
JVM arguments not being passed to java application at run time
I try to give VM parameters (jmx parameters) to run a jar file. For some reason, the VM parameters configured not being passed to the java application at run time (log statement in main method confir...
ratna
Votes: 0
Answers: 1
Jmeter warning and error Failed to start thread - pthread_create failed (EAGAIN) for attributes
I am using apache JMETER with 32gb ram heap size of
HEAP:="-Xms1g -Xmx28g -XX:MaxMetaspaceSize=256m"
And running the script like this-
test.jmx -Jthreads=75000 -Jramp=120 -Jloop=15 -Jcons...
Sobhit Sharma
Votes: 0
Answers: 2
Can command line tool used in java opts?
I expect my program run as such when run a start up script:
/opt/bin/java -Dgroup.profile=GROUP_270731 -Dother=other xxx.xxx.MainClass
while my script is like
#!/bin/shell
JAVA_OPTS=getOpts
${JAVA_...
Lo1nt
Votes: 0
Answers: 1