Hi,

 

I get the permgen space error and my portlets get vanished .This is the
problem of memory.

 

One workaround is in web.xml of every application, I have changed the
param-value to client instead of server

 

<context-param>

 

      <param-name>javax.faces.STATE_SAVING_METHOD</param-name>

 

      <param-value>client</param-value>

 

      </context-param>

 

 <context-param>

 

 

 

Is there anything which I can do more or any other trick or only option is
to increase the memory of server.

 

Thanks

 

Reply via email to