From 0f90e13d769a9f044cdb12a56cd23849f8daf2ca Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Tue, 15 Apr 2014 17:31:29 -0400 Subject: [PATCH] disable in memory quadtrees for openfilegdb for now since they appear to not place nicely with mapnik threaded rendering --- index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/index.js b/index.js index f0d59f8dd..b26ec277a 100755 --- a/index.js +++ b/index.js @@ -2,6 +2,7 @@ // increase the libuv threadpool size to 1.5x the number of logical CPUs. process.env.UV_THREADPOOL_SIZE = Math.ceil(Math.max(4, require('os').cpus().length * 1.5)); +process.env.OPENFILEGDB_IN_MEMORY_SPI = "OFF"; var fs = require('fs'); var path = require('path');