[xwiki-users] Increasing parser.pool.size property
I am getting this following INFO when a lot of simultenous users try to access my Wiki: INFO o.x.v.i.DefaultVelocityEngine - Runtime : ran out of parsers. Creating a new one. Please increment the parser.pool.size property. The current value is too small. Where can I increase this value in XWiki configurations? Is it possible? Thank you Grupo Energisa Danilo A. Oliveira Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI e-mail: [email protected] | tel: (32) 3429-6342 | cel: (32) 8452-9478 Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador. Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
Hello, You can define some Velocity properties in xwiki.properties as follows: #-# velocity.properties = <Velocity property name> = <value> Check the xwiki.properties file for more details (since 2.0M1 as said in the file) So I suppose you could add something like: velocity.properties = parser.pool.size = 20 (or whatever number you like, default being 20) BR, Jeremie 2014-04-07 14:18 GMT+02:00 Danilo Amaral de Oliveira < [email protected]>:
I am getting this following INFO when a lot of simultenous users try to access my Wiki:
INFO o.x.v.i.DefaultVelocityEngine - Runtime : ran out of parsers. Creating a new one. Please increment the parser.pool.size property. The current value is too small.
Where can I increase this value in XWiki configurations? Is it possible?
Thank you
Grupo Energisa Danilo A. Oliveira Analista Suporte Aplicacao TI - DPTO CORP. DE INFRAESTR. TI e-mail: [email protected] | tel: (32) 3429-6342 | cel: (32) 8452-9478
Esta mensagem contém informação confidencial. Se você a recebeu por engano, não divulgue ou copie seu conteúdo. Por favor, avise ao remetente imediatamente e apague-a do computador. Privileged and confidential. If this message has been received by mistake, do not disclose or copy its contents. Please notify sender and delete immediately.
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users
participants (2)
-
Danilo Amaral de Oliveira -
Jeremie BOUSQUET