I successfully start my WebLogic server with some memory tunning. I modify the TLA size of JRockit at startup to : -XXtlasize:min=8k,preferred=64k instead of default value : -XXtlasize:min=2k,preferred=16k
It's work but I don't undestand why this parameters are necessary for H2 in a JRockit VM. For more information of TLA : http://download.oracle.com/docs/cd/E13150_01/jrockit_jvm/jrockit/geninfo/diagnos/memman.html#wp1089132 Maybe the memory's synchronisation with the others threads of the Application Server when the TLA is full is the problem. -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/h2-database?hl=en.
