mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 16:53:21 +00:00
python312Packages.chromadb: increase file descriptor limit
This commit is contained in:
parent
0838b0dadc
commit
27f29e4aef
@ -132,6 +132,7 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [ "-x" ];
|
||||
|
||||
preCheck = ''
|
||||
(($(ulimit -n) < 1024)) && ulimit -n 1024
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user