Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarek Safar <marek.safar@gmail.com>2017-01-27 21:28:23 +0300
committerMarek Safar <marek.safar@gmail.com>2017-01-27 21:29:13 +0300
commit9bee02a3ff15045afbbd8a2f9d96830acb82d7e4 (patch)
tree9996055d9cc324fad59a6020519ab97fec023002 /scripts/csc.in
parent73ce529dcd70c9ccd4358ff43314d791cb47430f (diff)
[scripts] Set custom csc nursery-size
Diffstat (limited to 'scripts/csc.in')
-rw-r--r--scripts/csc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/csc.in b/scripts/csc.in
index c32be364ea2..f5643c814a4 100644
--- a/scripts/csc.in
+++ b/scripts/csc.in
@@ -1,2 +1,2 @@
#!/bin/sh
-exec @bindir@/mono $MONO_OPTIONS @mono_instdir@/4.5/csc.exe "$@"
+exec @bindir@/mono --gc-params=nursery-size=64m $MONO_OPTIONS @mono_instdir@/4.5/csc.exe "$@"