configure: Decrease default size of stats files
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Mon, 6 Dec 2010 17:12:21 +0000 (18:12 +0100)
committerSamuel Ortiz <sameo@linux.intel.com>
Fri, 10 Dec 2010 10:23:36 +0000 (11:23 +0100)
configure.ac

index e3ee781..83ea0eb 100644 (file)
@@ -269,8 +269,8 @@ AC_ARG_WITH(stats-max-file-size, AC_HELP_STRING([--with-stats-max-file-size=SIZE
                        [stats_max_file_size=${withval}])
 
 if (test -z "${stats_max_file_size}"); then
-   # default size is 512 kByte
-   stats_max_file_size="512 * 8 * 128"
+   # default size is 16 kByte
+   stats_max_file_size="16 * 8 * 128"
 fi
 
 AC_DEFINE_UNQUOTED([STATS_MAX_FILE_SIZE], (${stats_max_file_size}), [Maximal size of a statistics round robin file])