We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82d18e commit 2aed77eCopy full SHA for 2aed77e
llama.cpp
@@ -1158,10 +1158,10 @@ struct llama_mlock {
1158
#ifdef __APPLE__
1159
#define MLOCK_SUGGESTION \
1160
"Try increasing the sysctl values 'vm.user_wire_limit' and 'vm.global_user_wire_limit' and/or " \
1161
- "decreasing 'vm.global_no_user_wire_amount'. Also try increasing RLIMIT_MLOCK (ulimit -l).\n"
+ "decreasing 'vm.global_no_user_wire_amount'. Also try increasing RLIMIT_MEMLOCK (ulimit -l).\n"
1162
#else
1163
1164
- "Try increasing RLIMIT_MLOCK ('ulimit -l' as root).\n"
+ "Try increasing RLIMIT_MEMLOCK ('ulimit -l' as root).\n"
1165
#endif
1166
1167
bool raw_lock(const void * addr, size_t size) const {
0 commit comments