Hello!!!
I have Alfresco-1.3 Tomcat final in a 3.0Ghz P4 HT with 2Gb RAM and a fast 160Gb HDD SATA2.
Linux Mandriva 2006. Alfresco dedicated Server.
SQL in other dedicated machine, in a similar hardware configuration.
Tomcat's logs warn nothing wrong.
JAVA_OPT Xmx: 1536m
It has over 4.000 files (pdf) in spaces, loaded via FTP. First couple of thousands were fast, but now, when I try to browse, load more, delete or download via FTP or CIFS, patience is my best allied. Memory consumption is over 400Mb, and HDD led is always off (2 Gb RAM machine).
Java process does not use all CPU % it has. It never reaches more than 50% up.
Web client works fine.
What can I do to improve performance?
I have Alfresco-1.3 Tomcat final in a 3.0Ghz P4 HT with 2Gb RAM and a fast 160Gb HDD SATA2.
Linux Mandriva 2006. Alfresco dedicated Server.
SQL in other dedicated machine, in a similar hardware configuration.
Tomcat's logs warn nothing wrong.
JAVA_OPT Xmx: 1536m
It has over 4.000 files (pdf) in spaces, loaded via FTP. First couple of thousands were fast, but now, when I try to browse, load more, delete or download via FTP or CIFS, patience is my best allied. Memory consumption is over 400Mb, and HDD led is always off (2 Gb RAM machine).
Java process does not use all CPU % it has. It never reaches more than 50% up.
Web client works fine.
What can I do to improve performance?
The CIFS and FTP server code uses a cut down version of the JLAN Server code but the majority of the protocol code is the same.
I have some benchmarks of the JLAN Server code here - http://www.starlasoft.com/jlansrv/benchmarks.html. The latest 3.6 code should be about 30% quicker on the CIFS test when using the new Winsock NetBIOS JNI code.
Cheers
Gary