Out of memory on Update Library

Each time when I run Update the entire Library I run into Out of Memory issue. I checked the forums and it looks like most of post about out of memory are more than 1 yr old.

I am running 2.0.0.3645 on Ubuntu 14.04.3 LTS, 8GB RAM, headless, plenty of RAM

Log excerpt:
Message
Error occurred while executing task RefreshSeries: Out of memory

Exception
System.OutOfMemoryException: Out of memory
at (wrapper managed-to-native) object:__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr)
at (wrapper alloc) object:AllocVector (intptr,intptr)
at Mono.Security.ASN1…ctor (System.Byte[] data) [0x00067] in /root/mono/mcs/class/Mono.Security/Mono.Security/ASN1.cs:85
at Mono.Security.X509.X509Certificate.get_RSA () [0x00013] in /root/mono/mcs/class/Mono.Security/Mono.Security.X509/X509Certificate.cs:334
at System.Security.Cryptography.X509Certificates.X509Store.Open (OpenFlags flags) [0x000d3] in /root/mono/mcs/class/System/System.Security.Cryptography.X509Certificates/X509Store.cs:235
at System.Security.Cryptography.X509Certificates.X509Chain.get_LMRootStore () [0x00018] in /root/mono/mcs/class/System/System.Security.Cryptography.X509Certificates/X509Chain.cs:290

Which version of mono?

Mono JIT compiler version 3.10.1 (master/d4b4c2d Fri Sep 19 21:12:59 EDT 2014)

It looks like it could be this this bug: https://bugzilla.xamarin.com/show_bug.cgi?id=25631

Try upgrading mono to 4.2 and see if it continues.

Thanks I installed latest mono binary 4.2.1. I will keep an eye on it.

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.