Anope IRC Services

Anope Support => 1.8.x/1.7.x Support (Read Only) => Topic started by: Ian on February 09, 2014, 03:37:36 AM

Title: mmap of entire address space failed: Cannot allocate memory
Post by: Ian on February 09, 2014, 03:37:36 AM
I've installed (with no errors) anope1.8.8 and linked it to an existing unreal32 ircd that was running anope1.8.5.

When services are started they link to the server but recognize no commands :-
Code: [Select]
-OperServ- Unknown command help.  "/msg OperServ HELP" for help.
-BotServ- Unknown command botlist.  "/msg BotServ HELP" for help.
-BotServ- Unknown command help.  "/msg BotServ HELP" for help.

The log shows memory allocation errors as shown http://pastebin.com/4Dwt9P6e (http://pastebin.com/4Dwt9P6e)

Any ideas what is causing it and how to fix it?
Title: Re: mmap of entire address space failed: Cannot allocate memory
Post by: Adam on February 09, 2014, 03:39:41 AM
Your shell is limiting your available memory (see ulimit -v). Ask your shell provider to give you more.
Title: Re: mmap of entire address space failed: Cannot allocate memory
Post by: Ian on February 09, 2014, 03:53:29 AM
Thanks :)