commit c7b48deb361380826e986a26936dab04d61adf32 parent 11c388ab10120fed894a068e4e003710dd8cf3ea Author: Florian Dold <florian@dold.me> Date: Tue, 15 Apr 2025 21:41:07 +0200 ulimit Diffstat:
| M | sandcastle-build | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/sandcastle-build b/sandcastle-build @@ -6,4 +6,5 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd ) cd "$SCRIPT_DIR" -exec podman build -f Dockerfile --target taler-final -t taler-base-all . +# The nofile ulimit is required to prevent fakeroot from becoming sluggish. +exec podman build --ulimit=nofile=2048:2048 -f Dockerfile --target taler-final -t taler-base-all .