cancel
Showing results for 
Search instead for 
Did you mean: 

Alfresco 3 and memory needs

dmatejka
Champ in-the-making
Champ in-the-making
Hallo,
is there anybody who is running new Alfresco 3.0 Labs on a computer with a 1,5 GB of RAM or less??? We are trying to preview the new and promissing version, but we have no other computer left, right now, to test it.

Yes I know it is damn low.. but we just need to preview…

We have tryied several memory settings such as:
1. export JAVA_OPTS='-Xms128m -Xmx1024m -server'
2. export JAVA_OPTS='-Xms256m -Xmx1024m -server'
3. export JAVA_OPTS='-Xms384m -Xmx1024m -server'

with no luck - allways got PermGen out of memory

So.. what is the minimal HW requirement to try it succesfully?

any comments appricated.
2 REPLIES 2

pmonks
Star Contributor
Star Contributor
None of the memory settings listed above change the size of the PermGen - for that you need to use the -XXSmiley TongueermSize JVM parameter; for example:

-XX:PermSize=128m
(by default the JVM sizes the PermGen at 64MB)

Cheers,
Peter

dmatejka
Champ in-the-making
Champ in-the-making
thank you Peter, for your prompt answer… apriciate it.