From ce4e0d15b32c0620baf629f579ea7b8b0f52d04f Mon Sep 17 00:00:00 2001 From: Angel-HF <49835792+Pelochus@users.noreply.github.com> Date: Sun, 14 Apr 2024 13:16:01 +0200 Subject: [PATCH] Reduced ulimit --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index d47434b..4ad5ed5 100644 --- a/install.sh +++ b/install.sh @@ -39,6 +39,6 @@ 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 16192" >> /etc/security/limit.conf +echo "* soft nofile 8096" >> /etc/security/limit.conf message_print "Done installing ezrknn-llm!"