Skip to content
This repository was archived by the owner on May 31, 2019. It is now read-only.

Commit b5087e5

Browse files
committed
Merge pull request #88 from ahmetalpbalkan/mono-threads
Add MONO_THREADS_PER_CPU=2000 to prevent dnu restore failing
2 parents 964683a + a59d4e8 commit b5087e5

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

1.0.0-beta1/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$KRE_USER_HOME/packages/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta2/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$KRE_USER_HOME/packages/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta3/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$KVM_USER_HOME/runtimes/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta4/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$DNX_USER_HOME/runtimes/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta5/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$DNX_USER_HOME/runtimes/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta6/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$DNX_USER_HOME/runtimes/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

1.0.0-beta7/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ RUN LIBUV_VERSION=1.4.2 \
2424
&& ldconfig
2525

2626
ENV PATH $PATH:$DNX_USER_HOME/runtimes/default/bin
27+
28+
# Prevent `dnu restore` from stalling (gh#63, gh#80)
29+
ENV MONO_THREADS_PER_CPU 2000

0 commit comments

Comments
 (0)