Bump some of the hash table size to more resonable numbers.
authorclaudio <claudio@openbsd.org>
Wed, 11 Jul 2018 17:35:07 +0000 (17:35 +0000)
committerclaudio <claudio@openbsd.org>
Wed, 11 Jul 2018 17:35:07 +0000 (17:35 +0000)
Still probably not optimal but less bad.

usr.sbin/bgpd/rde.c

index 66555ff..496dced 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: rde.c,v 1.391 2018/07/11 16:34:36 claudio Exp $ */
+/*     $OpenBSD: rde.c,v 1.392 2018/07/11 17:35:07 claudio Exp $ */
 
 /*
  * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -171,8 +171,8 @@ rde_sighdlr(int sig)
 }
 
 u_int32_t      peerhashsize = 64;
-u_int32_t      pathhashsize = 1024;
-u_int32_t      attrhashsize = 512;
+u_int32_t      pathhashsize = 128 * 1024;
+u_int32_t      attrhashsize = 16 * 1024;
 u_int32_t      nexthophashsize = 64;
 
 void