Hi,<br><br>If I'm not wrong IKE_SAs are stored in a linked list by default. So, the performance<br>
could get worst while the number of SAs increases.  Tobias told me few days ago that one could configure charon to use a hash table instead in order to boost the IKA_SA lookup.<br><a href="http://wiki.strongswan.org/projects/strongswan/wiki/IkeSaTable" target="_blank">http://wiki.strongswan.org/projects/strongswan/wiki/IkeSaTable</a><br>

<br>Also try to log less than you would log by default. As Logging naturally increases with the number of SAs. So , you could try to configure strongswan.conf with logging values 0, 1 or even -1 to make it completely silent. <br>

<br><a href="http://wiki.strongswan.org/projects/strongswan/wiki/LoggerConfiguration" target="_blank">http://wiki.strongswan.org/projects/strongswan/wiki/LoggerConfiguration</a><br><br>Also, I'm curious by knowing how long time does your strongswan's testbed take to establish 3000 VPN connections? <br>

<br>BR<br><br clear="all">Daniel Palomares<br><br>
<br><br><div class="gmail_quote">2012/4/17 Martin Willi <span dir="ltr"><<a href="mailto:martin@strongswan.org">martin@strongswan.org</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<div class="im"><br>
> #3  element_create (value=0x8144ec0) at utils/linked_list.c:56<br>
<br>
</div>To me this definitely looks like an out of memory situation.<br>
<div class="im"><br>
> We have enough RAM available on the Linux server (24 GB)<br>
<br>
</div>There are many other memory limits than just the number of memory<br>
modules in your system. You're running strongSwan as a 32-bit<br>
application, so you should consider the size of your virtual address<br>
space. Also have a look at any memory related ulimits you have set.<br>
<br>
Regards<br>
<span class="HOEnZb"><font color="#888888">Martin<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
_______________________________________________<br>
Dev mailing list<br>
<a href="mailto:Dev@lists.strongswan.org">Dev@lists.strongswan.org</a><br>
<a href="https://lists.strongswan.org/mailman/listinfo/dev" target="_blank">https://lists.strongswan.org/mailman/listinfo/dev</a><br>
</div></div></blockquote></div><br>