Skip to content
This repository has been archived by the owner on Apr 4, 2019. It is now read-only.

Commit

Permalink
disable in memory quadtrees for openfilegdb for now since they appear…
Browse files Browse the repository at this point in the history
… to not place nicely with mapnik threaded rendering
  • Loading branch information
Dane Springmeyer committed Apr 15, 2014
1 parent 1434317 commit 0f90e13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 0f90e13

Please sign in to comment.