[Mono-list] ASP.NET memory fault on 3rd party hosting provider

MikeOrb mike2@orb.dreamhost.com
Fri, 8 Oct 2004 21:52:20 -0500


I compiled Apache 2.0.52 and mono/mod_mono 1.0.2 on my ISP. I first compiled
glib 2.4.6 as well. Compile/install went smoothly. I created a hello world
C# console app and it compiled/executed fine.

When I run the ASP.NET sample WebApps via either mod_mono or directly via
xsp I get:

** (/home/mikeorb/mono-1.0/bin/xsp.exe:1650): WARNING **:
_wapi_daemon_request_response_internal: Send error: Cannot allocate memory

** ERROR **: file daemon-messages.c: line 97
(_wapi_daemon_request_response_internal): should not be reached

I'm not a Linux tuning guru. Perhaps the ISP has user logins limited to
certain memory usage? Any help on things I should look at? 

$ uname -a:
Linux atomic 2.4.26-grsec+w+fhs5+gr1914+nfs+++p4+c3+bu+at+gr0b+mc-v6.184m #1
SMP Wed Jun 9 17:56:51 PDT 2004 i686 unknown

$ ulimit
unlimited

Thanks!
-Mike