update:取消内存设置

This commit is contained in:
李海波 2025-05-09 16:13:16 +08:00
parent b26be295d7
commit 11ea0a9c7f
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ export PS1='\u@\h:\w\$ '
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
ulimit -c unlimited
echo "/tmp/core.%e.%t" > /proc/sys/kernel/core_pattern
echo 1 > /proc/sys/vm/overcommit_memory
#echo 1 > /proc/sys/vm/overcommit_memory
#mount -t debugfs none /sys/kernel/debug
[ -x /bin/more ] || alias more=less