Skip to content

Commit 5e336cb

Browse files
committed
Limit CPU count?
1 parent f12de37 commit 5e336cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nethermind/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN bash -c '[ "$(git rev-parse HEAD)" = "$COMMIT" ]'
2828
RUN TARGETARCH=${TARGETARCH#linux/} && \
2929
arch=$([ "$TARGETARCH" = "amd64" ] && echo "x64" || echo "$TARGETARCH") && \
3030
echo "Using architecture: $arch" && \
31-
dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -o /publish --sc false
31+
dotnet publish src/Nethermind/Nethermind.Runner -c $BUILD_CONFIG -a $arch -maxcpucount 1 -o /publish --sc false
3232

3333

3434
FROM mcr.microsoft.com/dotnet/aspnet:8.0-noble

0 commit comments

Comments
 (0)