mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-14 13:39:15 +03:00
nixos/postgresql: fix reference to LLVM closure size
In fact, the current difference is: - 157M for postgresql to - 756M for postgresql_jit That's a difference of 589M.
This commit is contained in:
parent
89b30e5b15
commit
24775f6543
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ self: super: {
|
|||
## JIT (Just-In-Time compilation) {#module-services-postgres-jit}
|
||||
|
||||
[JIT](https://www.postgresql.org/docs/current/jit-reason.html)-support in the PostgreSQL package
|
||||
is disabled by default because of the ~300MiB closure-size increase from the LLVM dependency. It
|
||||
is disabled by default because of the ~600MiB closure-size increase from the LLVM dependency. It
|
||||
can be optionally enabled in PostgreSQL with the following config option:
|
||||
|
||||
```nix
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue