From 17f1d2754e29055bd50992fa61252e0c8112f306 Mon Sep 17 00:00:00 2001 From: lihaibo Date: Mon, 28 Apr 2025 11:21:07 +0800 Subject: [PATCH] =?UTF-8?q?updata:=E4=BF=AE=E6=94=B9=E5=86=85=E5=AD=98?= =?UTF-8?q?=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../busybox-init-base-files/etc/profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/etc/profile b/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/etc/profile index 05e3c75a6..93ed352f1 100755 --- a/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/etc/profile +++ b/target/allwinner/v851s-fastboot_sl100_back/busybox-init-base-files/etc/profile @@ -13,6 +13,8 @@ export HOME=${HOME:-/root} 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 #mount -t debugfs none /sys/kernel/debug [ -x /bin/more ] || alias more=less