update:取消内存设置
This commit is contained in:
parent
b26be295d7
commit
11ea0a9c7f
|
@ -14,7 +14,7 @@ export PS1='\u@\h:\w\$ '
|
||||||
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
|
export LD_LIBRARY_PATH=/usr/lib/eyesee-mpp:${LD_LIBRARY_PATH}
|
||||||
ulimit -c unlimited
|
ulimit -c unlimited
|
||||||
echo "/tmp/core.%e.%t" > /proc/sys/kernel/core_pattern
|
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
|
#mount -t debugfs none /sys/kernel/debug
|
||||||
|
|
||||||
[ -x /bin/more ] || alias more=less
|
[ -x /bin/more ] || alias more=less
|
||||||
|
|
Loading…
Reference in New Issue