Hi mrogers,
Thanks for the reply. So if I understand correctly, I list my running Alfresco process and I get the following:
<strong>
root 9473 1 1 Oct06 ? 01:21:16 /usr/bin/java -Xms128m -Xmx768m -XX:MaxPermSize=256m -server -Dalfresco.home=/opt/Alfresco -Dcom.sun.management.jmxremote -DshutdownIdentifier=alfresco -XX:CompileCommand=exclude,org/apache/lucene/index/IndexReader$1,doBody -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger,mergeIndexes -XX:CompileCommand=exclude,org/alfresco/repo/search/impl/lucene/index/IndexInfo$Merger,mergeDeletions -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.util.logging.config.file=/opt/Alfresco/tomcat/conf/logging.properties -Djava.endorsed.dirs=/opt/Alfresco/tomcat/endorsed -classpath :/opt/Alfresco/tomcat/bin/bootstrap.jar -Dcatalina.base=/opt/Alfresco/tomcat -Dcatalina.home=/opt/Alfresco/tomcat -Djava.io.tmpdir=/opt/Alfresco/tomcat/temp org.apache.catalina.startup.Bootstrap start
</strong>
I then check the version of Java it's using and I get the following:
<strong>
[root@xxxxxxxx ~]# /usr/bin/java -version
java version "1.6.0_17"
Java(TM) SE Runtime Environment (build 1.6.0_17-b04)
Java HotSpot(TM) 64-Bit Server VM (build 14.3-b01, mixed mode)
</strong>
I also look in the 'alfresco.log' and this is what I see:
<strong>
00:04:48,486 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco JVM - v1.6.0_17-b04; maximum heap size 682.688MB
00:04:48,487 INFO [org.alfresco.service.descriptor.DescriptorService] Alfresco started (Community): Current version 3.2.0 (r2 2440) schema 3300 - Originally installed version 3.2.0 (r2 2440) schema 3300
</strong>
So if I put all these pieces together I will assume I'm running JVM 64-bit and therefore Alfresco 3.2r2 64-bit correct?
Regards,