On Tue, Oct 04, 2011 at 12:38:15PM +0100, Maxim wrote: > Thanks for answer, Ian! > > No, unfortunately it's not an our server. It's provided by hosting company. > It's > running without swap at all, just with 512 RAM. > But I'll try to stop all the services on it this night and compile again.
If you have root it is well worth mounting some swap space as a loopback device if you can, You won't get much built in 512mb $ dd if=/dev/zero of=/root/swap bs=1M count=1024 $ mkswap /root/swap $ swapon /root/swap That works for me, you could probably even add /root/swap into your fstab if you want swap all the time Ian > > On 10/03/2011 10:48 AM, Ian Norton wrote: > > Could you give your vm more swap? > > > > On 3 Oct 2011, at 06:18, "Maxim"<[email protected]> wrote: > > > >> Hello! > >> > >> I've got some troubles installing Mono 2.6.4 on VPS with CentOS 5.5. > >> > >> Usually I compile Mono from sources, but this VPS has too low > >> resources and make > >> process always finish with errors (terminated). > >> I've found .rpms only for mono 2.6.7, but it has critical for us bug > >> "Key > >> 'System.Threading.Timer' already exists in list." related to cache. > >> > >> Are there any way to get rpms of Mono 2.6.4? Or the only way is to > >> compile mono > >> on exactly the same machine and copy? > >> > >> VPS is running on Parallels host system. > >> > >> > >> Any suggestions are highly appreciated! > >> > >> > >> All the best, > >> Max Karavaev > >> _______________________________________________ > >> Mono-list maillist - [email protected] > >> http://lists.ximian.com/mailman/listinfo/mono-list > > _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
