mirror of
https://github.com/DrHo1y/ezrknn-llm.git
synced 2026-03-23 09:06:47 +07:00
Increased again ulimit -n default
This commit is contained in:
@@ -39,7 +39,7 @@ cp ./build/build_aarch64_Release/llm_demo /usr/bin/rkllm # We also change the na
|
||||
|
||||
message_print "Increasing file limit for all users (needed for LLMs to run)..."
|
||||
|
||||
echo "* soft nofile 8192" >> /etc/security/limits.conf
|
||||
echo "* soft nofile 16384" >> /etc/security/limits.conf
|
||||
echo "* hard nofile 1048576" >> /etc/security/limits.conf
|
||||
|
||||
message_print "Done installing ezrknn-llm!"
|
||||
|
||||
Reference in New Issue
Block a user