Questions tagged [java-opts]

80 questions
0
votes
1 answer

Is my JAVA_OPTS setting is fine?

I'm tuning my JVM application. JAVA_OPTS I set is like following: JAVA_OPTS="$JAVA_OPTS -Dfile.encoding=UTF-8" JAVA_OPTS="$JAVA_OPTS -server" JAVA_OPTS="$JAVA_OPTS -Xms2048m" JAVA_OPTS="$JAVA_OPTS -Xmx2048m" JAVA_OPTS="$JAVA_OPTS…
SunghoMoon
  • 1,329
  • 1
  • 15
  • 21
0
votes
1 answer

Perm Gem issue in grails application

I was create a grails(2.1) application and deploy it on tomcat server. But I am getting Perm Gem space error. I have some idea to ignore this error by setting JAVA_OPTS. But I didn't have any rights to access Tomcat/bin directory. So, anybody have…
Chirag Dasani
  • 1,205
  • 2
  • 10
  • 11
0
votes
1 answer

Modifying startup script for tomcat deployment using Maven

I am using a profiling tool, which gets loaded as and when I startup Tomcat with the application war file placed in the webapps directory. So once I run startup, my classes get instrumented and everything works fine. But for this, I am taking the…
Chillax
  • 4,418
  • 21
  • 56
  • 91
-1
votes
2 answers

Java =<<< operator

In Java, if I do x = x <<< 2, everything works fine, but if I do x =<<< 2, it does not. Is there just no =<<< operator in Java? If so, then why is there an =<< operator? Thank you.
MarkusWillson
  • 411
  • 1
  • 3
  • 11
-1
votes
2 answers

is there a java_opts where i can disable sending out emails?

I have some cron jobs that sends out emails in production, is there such an option to prevent sending out email in testing? Right now I'm hoping to find such an java_opt option or re implement lots of email functions...
iCodeLikeImDrunk
  • 17,085
  • 35
  • 108
  • 169
1 2 3 4 5
6