Merge pull request #310557 from annaleeleaves/chromadb-moar-fd
python312Packages.chromadb: increase file descriptor limit
This commit is contained in:
@@ -132,6 +132,7 @@ buildPythonPackage rec {
|
||||
pytestFlagsArray = [ "-x" ];
|
||||
|
||||
preCheck = ''
|
||||
(($(ulimit -n) < 1024)) && ulimit -n 1024
|
||||
export HOME=$(mktemp -d)
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user