Anope IRC Services

Please login or register.

Login with username, password and session length
Advanced search  

News:

Pages: [1]   Go Down

Author Topic: mmap of entire address space failed: Cannot allocate memory  (Read 9607 times)

0 Members and 1 Guest are viewing this topic.

Ian

  • Anope User
  • Offline Offline
  • Posts: 9
mmap of entire address space failed: Cannot allocate memory
« 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

Any ideas what is causing it and how to fix it?
Logged

Adam

  • Team
  • *
  • Offline Offline
  • Posts: 463
Re: mmap of entire address space failed: Cannot allocate memory
« Reply #1 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.
Logged

Ian

  • Anope User
  • Offline Offline
  • Posts: 9
Re: mmap of entire address space failed: Cannot allocate memory
« Reply #2 on: February 09, 2014, 03:53:29 AM »

Thanks :)
Logged
Pages: [1]   Go Up