search for: maxpermsize

Displaying 8 results from an estimated 8 matches for "maxpermsize".

2013 Mar 13
2
How to add a new line at a particular place in a file..
Hi all, How can i write a puppet code such that..it adds a line of content that i want..at a desired place in a file.. if [ "x$JAVA_OPTS" = "x" ]; then JAVA_OPTS="-Xms64m -Xmx512m -XX:MaxPermSize=256m -Djava.net.preferIPv4Stack=true -Dorg.jboss.resolver.warning=true -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 JAVA_OPTS="$JAVA_OPTS -Djboss.modules.system.pkgs=$JBOSS_MODULES_SYSTEM_PKGS -Djava.awt.headless=true" JAVA_OPTS="$JAVA_OP...
2010 Mar 07
2
CentOS server running java - won't let go of swap
...ee -m total used free shared buffers cached Mem: 9993 9945 48 0 174 1695 -/+ buffers/cache: 8074 1919 Swap: 2047 2033 14 Here are the xMx and permgen settings: -Xms7177m -Xmx7177m -XX:MaxPermSize=768m Apart from Java/Tomcat/Apache and some HP hardware monitoring tools we are not running anything else on this server. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20100307/7be51ff1/attachment-0002.html&...
2007 Mar 13
0
about use dtrace analyze tomcat''s situation
...000); printa("%12s %@12u\n", @tot); } get Tomcat''s pid : $ ps -ef | grep tomcat tomcat 249 7 0 12:08:02 console 0:01 -sh tomcat 12475 12474 0 18:12:15 pts/3 0:00 ps -ef tomcat 634 1 0 12:08:14 ? 13:19 /usr/j2sdk1.4.2_04/bin/java -XX:MaxPermSize=256m -Xms512m -Xmx768m -Djava.awt.h tomcat 10324 10321 0 17:37:36 pts/3 0:00 -sh tomcat 12474 10324 0 18:12:15 pts/3 0:00 grep tomcat $ # dtrace -s ./sctime.d -p 634 dtrace: script ''./sctime.d'' matched 457 probes ^C CPU ID FUNCTION...
2013 Sep 16
0
JDK not registered
...jre/bin directory) each complain Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. but, if I define: alias java='$JAVA_HOME/bin/java -Xmx668m -XX:MaxPermSize=128m' I can run java in SSH, though R CMD javareconf -e still fails to initialize the VM. What can I do to get javareconf to run java with those memory limits? -- View this message in context: http://r.789695.n4.nabble.com/R-build-issues-tp4676149p4676286.html Sent from the R devel mailing...
2010 Aug 11
0
Re: [fcrepo-user] Autostart-Script
...gt; > Hope this helps, > > regards > > R > > --- > > #!/bin/bash > > RETVAL=$? export JAVA_HOME=/opt/java export JDK_HOME=/opt/jdk > export FEDORA_HOME=/var/fedora export > CATALINA_HOME=$FEDORA_HOME/tomcat export JAVA_OPTS=''-Xmx512M > -Xms128M -XX:MaxPermSize=256M -Dfile.encoding=UTF-8 > -Djavax.net.ssl.trustStore=/var/fedora/server/truststo re > -Djavax.net.ssl.trustStorePassword=tomcat'' export > PATH=$JAVA_HOME/bin:$MAVEN_HOME/bin:$FEDORA_HOME/server/bin:$FEDORA_HOME/client/bin:$PATH > > > > case "$1" in > st...
2011 Dec 28
4
JVM 7 fails to start
Hi, I installed the jre-7u2 into the wine under Ubuntu 11.10 But, when I try to run the java itself: Code: wine ${PATH_TO_JAVA/BIN}/java.exe I get following error: Code: fixme:heap:HeapSetInformation (nil) 1 (nil) 0 Error occurred during initialization of VM java/io/IOException: Bad pathname Any hints? Help will be mostly appreciated, I need to run windows app, which uses JVM. Thanks.
2013 Sep 15
0
building R, rJava, & Rserve on Centos without admin privileges (or support)
...------------- $ java -version complains Error occurred during initialization of VM Could not reserve enough space for object heap Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. but $ alias java $JAVA_HOME/bin/java -Xmx668m -XX:MaxPermSize=128m $ java -version works, though javareconf still fails as above Any ideas? -- Mike Landis Computational Ingelligence <http://3c58.com> Las Vegas, NV 702-763-1957
2009 Jun 01
3
Problem EXCEPTION_ACCESS_VIOLATION (0xc0000005)
...14000 C:\Program Files\eclipse\configuration\org.eclipse.osgi\bundles\99\1\.cp\swt-gdip-win32-3452.dll 0x7a090000 - 0x7a230000 C:\windows\system32\gdiplus.dll 0x7dbe0000 - 0x7dbf4000 C:\windows\system32\oleacc.dll VM Arguments: jvm_args: -Dosgi.requiredJavaVersion=1.5 -Xms256m -Xmx512m -XX:MaxPermSize=512M java_command: <unknown> Launcher Type: generic Environment Variables: PATH=C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\windows\system32;C:\windows USERNAME=juan SHELL=/bin/bash DISPLAY=:0.0 OS=Windows_NT PROCESSOR_IDENTIFIER=x86 Family 6 Model 15 S...