Skip to content

Commit

Permalink
Merge pull request #4628 from pnorman/jit_command
Browse files Browse the repository at this point in the history
Correct the disable JIT command
  • Loading branch information
pnorman authored Jul 29, 2022
2 parents cae2309 + a0eb80b commit 9bda286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ We do not recommend [PostgreSQL JIT](https://www.postgresql.org/docs/current/jit

Disabling JIT is **essential** for use with Kosmtik and other style development tools.

JIT can be disabled with `psql -d gis -c 'ALTER SYSTEM SET jit=off; SELECT pg_reload_conf();'` or any other means of adjusting the PostgreSQL config.
JIT can be disabled with `psql -d gis -c 'ALTER SYSTEM SET jit=off;' -c 'SELECT pg_reload_conf();'` or any other means of adjusting the PostgreSQL config.

### Custom indexes
Custom indexes are required for rendering performance and are essential on full planet databases.
Expand Down

0 comments on commit 9bda286

Please sign in to comment.