Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

No Format
rem Sun JVM memory allocation pool parameters. Modify as appropriate.
set JAVA_OPTS=%JAVA_OPTS% \-Xms128m \-Xmx512m

Linux/Unix/OSX: dcm4chee-xxx-2.12.x/bin/run.conf

No Format
# Specify options to pass to the Java VM.
if \[ "x$JAVA_OPTS" = "x" \]; then
JAVA_OPTS="-Xms128m \-Xmx512m ..
fi

according available RAM and memory requirements of other processes on this node.
E.g.: if only 512 MB RAM are available, you should decrease the default value -Xmx512m to (e.g.) -Xmx300.

...

No Format
$DCM4CHEE_HOME/server/default/conf/xmdesc/dcm4chee-wado-xmbean.xml:
@@ \-122,7 \+122,7 @@
<name>ImageWriterClass</name>
<type>java.lang.String</type>
<descriptors>
- <value value="com.sun.media.imageioimpl.plugins.jpeg.CLibJPEGImageWriter" />
+ <value value="com.sun.image.codec.jpeg.JPEGImageEncoder" />
</descriptors>
</attribute>

...

No Format
=========================================================================

JBoss Bootstrap Environment

JBOSS_HOME: /home/gunter/dcm4chee-psql-2.13.6

JAVA: /usr/lib/j2sdk1.5-sun/bin/java

JAVA_OPTS: \-Dprogram.name=run.sh \-server \-Xms128m \-Xmx512m
\-Dsun.rmi.dgc.client.gcInterval=3600000
\-Dsun.rmi.dgc.server.gcInterval=3600000 \-Djava.awt.headless=true
\-Dapp.name=dcm4chee \-Djava.net.preferIPv4Stack=true
\-Djava.library.path=/home/gunter/dcm4chee-psql-2.13.6/bin/native

CLASSPATH: /home/gunter/dcm4chee-psql-2.13.6/bin/run.jar:
/usr/lib/j2sdk1.5-sun/lib/tools.jar

=========================================================================

23:17:52,373 INFO [Server] Starting JBoss (MX MicroKernel)...
23:17:52,374 INFO [Server] Release ID: JBoss [Trinity] 4.2.2.GA (build:
SVNTag=JBoss_4_2_2_GA date=200710221139)
:
23:19:49,580 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
23:19:49,632 INFO [Server] JBoss (MX MicroKernel) \[4.2.2.GA (build:
SVNTag=JBoss_4_2_2_GA date=200710221139)\] Started in 1m:57s:103ms

...

No Format
> dcm4che-2.0.14/bin/dcmsnd DCM4CHEE@localhost:11112 \~/mesa/storage/modality/MR

...