Out of the box install maxes out CPU on Windows

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 09:45 AM
Windows 2003 R2 Standard Edition SP2
Oracle 10.2.0.4
2.27GHz Xeon on VMWare
3.0 GB RAM
The only configuration I have made is to point the server to Oracle instead of using Derby.
When I start Alfresco, it is running properly as far as I can tell, the Java process tomcat is running on sucks up all remaining CPU to max out my CPU utilization. It was doing this before I hit it with a browser (that seems to be when others start experiencing trouble). I read a past post about uninstalling printer and file sharing on windows, which I have done.
Any suggestions?
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 11:32 AM
You may also want to detune alfresco for your small machine. Out of the box Alfresco is configured for an enterprise class machine.
You probably also need to look at your VMWare settings to make sure there's no memory paging going on. You may have a clash between VMWare's memory management and Java's memory management.
Alfresco runs on a machine smaller than yours, such as my laptop, without problem.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 11:52 AM
My oracle server is on a remote so I am ok there.
Detune alfresco? How much bigger should my machine be to be considered "Enterprise class." I will eventually have enterprise usage.
I'll have a look at the VM settings as well.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 02:50 PM
Interesting.
I am not running alfresco as a Service yet the two big process running is java.exe at 65-80% of the CPU and services.exe which seem to run 20-35% of the CPU. They increase in tandem right after tomcat posts INFO [service.descriptor.DescriptorService] Alfresco Started
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 02:51 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 02:57 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 02:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 04:50 PM
You say you don't yet have any browser windows connected. Do you have any other connections to Alfresco?
In particular do you have any alfresco CIFS drives mapped?
Could you also confirm which version and service pack of Alfresco Enterprise you are using.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-23-2009 05:02 PM
I am using Alfresco 3.1
The log says I am using 3.1.0 (142) schema 1008

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2009 02:56 PM
After tomcat is fully started, the No Paged Kernel memory is steadily, and linearly eaten up by the java.exe process until the machine runs out of kernel memory at which time it becomes unresponsive.
The java.exe process is trying to Open Services for some reason, even though I am running this interactively from the alf_start.bat and not as a Windows service.
Any suggestions?
