Add openflow-switch settings for the limit on core files.
[sliver-openvswitch.git] / debian / openflow-switch.default
index f0ef4e0..32761eb 100644 (file)
@@ -111,3 +111,10 @@ MGMT_VCONNS="punix:/var/run/secchan.socket"
 
 # DAEMON_OPTS: Additional options to pass to secchan, e.g. "--fail=open"
 DAEMON_OPTS=""
+
+# CORE_LIMIT: Maximum size for core dumps.
+#
+# Leaving this unset will use the system default.  Setting it to 0
+# will disable core dumps.  Setting it to "unlimited" will dump all
+# core files regardless of size.
+#CORE_LIMIT=unlimited