[Mono-dev] Mono 2.10.2 MONO_GC_PARAMS problem
Maciej Paszta
maciej.paszta at gmail.com
Tue Jun 28 15:14:33 EDT 2011
On 2011-05-04 16:04, huseyin cakir wrote:
> Hi, we shipped from *Mono 2.8* to *Mono 2.10.2*. In our memory tests
> we try to insert
> export parameters as we did in *Mono 2.8* but we had the problem as
> shown below we
> can't set nursery-size to the environment variables.
>
> *export MONO_GC_PARAMS=nursery-size=16m*
>
> *mono sample.exe*
>
> *MONO_GC_PARAMS must be a comma-delimited list of one or more of the
> following:
> max-heap-size=N (where N is an integer, possibly with a k, m or a g
> suffix)*
>
>
> It seems that we can't set any variable except than max-heap-size
> in*2.10.2*.
> Can someone help us about this issue?
>
mono command launches runtime with Boehm GC which supports only
max-heal-size, try mono-sgen or mono --gc=sgen
--
Maciej Paszta
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.ximian.com/pipermail/mono-devel-list/attachments/20110628/a6bb23bc/attachment.html
More information about the Mono-devel-list
mailing list