Mayil-AI-Sandbox / kuzudb_jan15

MIT License
0 stars 0 forks source link

Master test open too many files (hashtag2894) #4

Open vikramsubramanian opened 4 months ago

vikramsubramanian commented 4 months ago

My local machine has ulimit 256 and when I run make test it starts complaining too many opened files. I assume this partially because we open 64 files in order to parallel hash index. But still 256 should be sufficient to run tests.

P.S. I'm labelling this as a bug for now. Feel free to change if this is expected. )

mayil-ai[bot] commented 4 months ago

Summary: Test process opens too many files, causing "too many opened files" error.

Possible Solution

Code snippets to check