$OpenBSD: patch-options_cpp,v 1.3 2018/10/28 14:49:25 landry Exp $

Set the default cache size to 100M

Index: options.cpp
--- options.cpp.orig
+++ options.cpp
@@ -98,7 +98,7 @@ namespace
         printf("\
                         %s.\n", DEFAULT_STYLE);
         printf("%s", "\
-       -C|--cache       Use up to this many MB for caching nodes (default: 800)\n\
+       -C|--cache       Use up to this many MB for caching nodes (default: 100)\n\
        -F|--flat-nodes  Specifies the flat file to use to persistently store node \n\
                         information in slim mode instead of in PostgreSQL.\n\
                         This file is a single > 40Gb large file. Only recommended\n\
@@ -267,7 +267,7 @@ std::string database_options_t::conninfo() const
 options_t::options_t()
 : prefix("planet_osm"),
   projection(reprojection::create_projection(PROJ_SPHERE_MERC)), append(false),
-  slim(false), cache(800), tblsmain_index(boost::none),
+  slim(false), cache(100), tblsmain_index(boost::none),
   tblsslim_index(boost::none), tblsmain_data(boost::none),
   tblsslim_data(boost::none), style(DEFAULT_STYLE),
   expire_tiles_zoom(0), expire_tiles_zoom_min(0),
