projects
/
tools
/
build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1748d60
)
build: use ulimit -d instead of ulimit -v
22/316322/1
author
wangbiao
<biao716.wang@samsung.com>
Mon, 19 Aug 2024 07:56:31 +0000
(16:56 +0900)
committer
wangbiao
<biao716.wang@samsung.com>
Mon, 19 Aug 2024 07:56:42 +0000
(16:56 +0900)
Refer to: https://github.com/openSUSE/obs-build/commit/
52cec996150a0050ad0c873cc4fc750a35fd460c
Change-Id: Ia218f25524076fa0c68163cec8305f1d32a255de
Signed-off-by: wangbiao <biao716.wang@samsung.com>
build
patch
|
blob
|
history
diff --git
a/build
b/build
index 13802657a98aa581d8f18dd420b88d4b4fc64055..ec07d23288c24ff16fd7ee6a4411f6b4b762e73d 100644
(file)
--- a/
build
+++ b/
build
@@
-563,7
+563,7
@@
setmemorylimit() {
;;
esac
done < <(cat /proc/meminfo) # cat for proc stuff
- ulimit -
v
$limit
+ ulimit -
d
$limit
echo "Memory limit set to ${limit}KB"
}