Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jun 2018 13:42:03 +0000
From:      bugzilla-noreply@freebsd.org
To:        virtualization@FreeBSD.org
Subject:   [Bug 225791] ena driver causing kernel panics on AWS EC2
Message-ID:  <bug-225791-27103-k0kzqoNMxH@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-225791-27103@https.bugs.freebsd.org/bugzilla/>
References:  <bug-225791-27103@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=225791

--- Comment #7 from Richard Paul <richard@primarysite.net> ---
I missed a couple of configuration options we'd set:

------------------------------------------------------------------------------
sysctl:

kern.ipc.soacceptqueue: 8192
------------------------------------------------------------------------------

------------------------------------------------------------------------------
postgresql.conf

max_connections = 120                               
shared_buffers = 2GB                                
effective_cache_size = 6GB                          
checkpoint_completion_target = 0.9                  
checkpoint_timeout = 1h                             
work_mem = 2MB                                      
maintenance_work_mem = 256MB                        
max_locks_per_transaction = 128                     
random_page_cost = 1.1                              
max_worker_processes = 2                 
------------------------------------------------------------------------------

I've changed the instance type to an r4.large and I'll tweak some of the
postgresql settings for the additional memory on the r4 instance and I'll set
it off again to attempt getting it to fall over.

-- 
You are receiving this mail because:
You are the assignee for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-225791-27103-k0kzqoNMxH>