Thanks a lot, Ian! I've successfully compiled Mono!
All the best, Max Karavaev On 10/04/2011 03:45 PM, Ian Norton wrote: > 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 _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
