<br><br><div class="gmail_quote">On Thu, Nov 29, 2012 at 8:23 PM, xbadou xbadou <span dir="ltr"><<a href="mailto:xbadou@gmail.com" target="_blank">xbadou@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Yes, I am running debian 5 with kernel 2.6.31.14  32bit。 And the system ram size is 2GB*2.<div><br></div><div>So, if it is really this issue. How can I avoid this coredump happen? Can I change some settings in the suricata.yaml file?</div>

<div>  </div><div>Thanks.</div></blockquote><div><br></div><div><br></div><div>At the bottom of the suricata.yaml file, you'll find this section:</div><div><br></div><div># Suricata core dump configuration. Limits the size of the core dump file to</div>
<div># approximately max-dump. The actual core dump size will be a multiple of the</div><div># page size. Core dumps that would be larger than max-dump are truncated. On</div><div># Linux, the actual core dump size may be a few pages larger than max-dump.</div>
<div># Setting max-dump to 0 disables core dumping.</div><div># Setting max-dump to 'unlimited' will give the full core dump file.</div><div># On 32-bit Linux, a max-dump value >= ULONG_MAX may cause the core dump size</div>
<div># to be 'unlimited'.</div><div><br></div><div>coredump:</div><div>  max-dump: unlimited</div><div><br></div><div>Change the max-dump to 0 to disable.  :o)</div><div><br></div><div>marcos </div></div>