Hi Bruno,

It seems the version of Tomcat I was running was customized by
Canonical to have that parameter. You might try to add it in... I have
no idea what the default is.

Do you have any idea how much RAM you're allocating to the Tomcat
process? It could be that something is off there.

http://wiki.razuna.com/display/ecp/Adjusting+Memory+Settings+for+Tomcat

Michael Della Bitta

------------------------------------------------
Appinions, Inc. -- Where Influence Isn’t a Game.
http://www.appinions.com


On Fri, Jul 20, 2012 at 7:57 AM, Bruno Mannina <bmann...@free.fr> wrote:
> More details:
> First (around) 50 requests are very quick and after connection down (very
> slow) and freeze sometime.
>
> I'm trying to install a tool to see what happens.
>
>
>
> Le 20/07/2012 12:09, Bruno Mannina a écrit :
>
>> Dear Michael,
>>
>> My system is:
>> Ubuntu 12.04
>> 8Go Ram
>> 4 cores
>>
>> Concerning connector on server.xml, I don't modified something, so all
>> values are default.
>> I have only one connector and no maxThreads are define inside.
>>
>> <Connector port="8983" protocol="HTTP/1.1"
>>                     connectionTimeout="20000"
>>                     URIEncoding="UTF-8"
>>                     redirectPort="8443" />
>>
>>
>> Must I add a line with maxThreads=....?
>>
>>
>>
>> Le 20/07/2012 03:31, Michael Della Bitta a écrit :
>>>
>>> Hi Bruno,
>>>
>>> It's usually the maxThreads attribute in the <Connector> tag in
>>> $CATALINA_HOME/conf/server.xml. But I kind of doubt you're running out
>>> of threads... maybe you could post some more details about the system
>>> you're running Solr on.
>>>
>>> Michael Della Bitta
>>>
>>> ------------------------------------------------
>>> Appinions, Inc. -- Where Influence Isn’t a Game.
>>> http://www.appinions.com
>>>
>>>
>>> On Thu, Jul 19, 2012 at 6:47 PM, Bruno Mannina <bmann...@free.fr> wrote:
>>>>
>>>> Dear Solr User,
>>>>
>>>> I don't know if it's here that my question must be posted but I'm sure
>>>> some
>>>> users have already had my problem.
>>>>
>>>> Actually, I do 1556 requests with 4 Http components with my program. If
>>>> I do
>>>> these requests without delay (500ms)
>>>> before sending each requests I have around 10% of requests with empty
>>>> answer. If I add delay before each requests I have no empty answer.
>>>>
>>>> Empty answer has HTTP 200 OK, Header OK but Body = ''
>>>>
>>>> Where can I increase the limit of Tomcat/Solr requests at the same time
>>>> or
>>>> how can I solve my problem.
>>>>
>>>> Thanks a lot for your Help,
>>>> Bruno
>>>
>>>
>>
>>
>>
>

Reply via email to