Is it possible you've 1k connections against the server? Can you check them
with a "netstat" command?

Lvc@



On 12 August 2014 12:08, Pawan Goyal <[email protected]> wrote:

> No,I have only download the orientdb server and started it.
>
> There is not other code running on orientdb server.
>
> Even i am sure there is no much call to orientdb.
>
>
> On Friday, 23 May 2014 12:39:10 UTC+5:30, Pawan Goyal wrote:
>
>> WARN Reached maximum number of concurrent connections (1000), reject 
>> incoming connection from
>>
>> My OrientDb(1.5.1) server hangs and we have to restart it again.Please help 
>> ASAP.
>>
>> Below is the configuration
>>
>>   <handler
>>                         
>> class="com.orientechnologies.orient.graph.handler.OGraphServerHandler">
>>                         <parameters>
>>                                 <parameter name="enabled" value="true" />
>>
>>                                 <parameter name="graph.pool.max" value="50" 
>> />
>>                         </parameters>
>>                 </handler>
>>
>>        <properties>
>>
>>                 <!-- DATABASE POOL: size min/max -->
>>                 <entry name="db.pool.min" value="5" />
>>                 <entry name="db.pool.max" value="20" />
>>
>>                 <!-- LEVEL1 AND 2 CACHE: enable/disable and set the size as 
>> number of entries -->
>>                 <entry name="cache.level1.enabled" value="false" />
>>                 <entry name="cache.level1.size" value="1000" />
>>
>>                 <entry name="cache.level2.enabled" value="true" />
>>                 <entry name="cache.level2.size" value="1000" />
>>
>>                 <!-- PROFILER: configures the profiler as 
>> <seconds-for-snapshot>,<archive-snapshot-size>,<summary-size> -->
>>
>>                 <entry name="profiler.enabled" value="false" />
>>                 <!-- <entry name="profiler.config" value="30,10,10" /> -->
>>
>>                 <!-- LOG: enable/Disable logging. Levels are: finer, fine, 
>> finest, info,
>>
>>                         warning -->
>>                 <entry name="log.console.level" value="info" />
>>                 <entry name="log.file.level" value="fine" />
>>
>>         </properties>
>>
>>
>>  --
>
> ---
> You received this message because you are subscribed to the Google Groups
> "OrientDB" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
You received this message because you are subscribed to the Google Groups 
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to