• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Allocation Failed, Server Out of Memory, I rep+

Fyruz

★★★★★
Joined
Feb 7, 2009
Messages
556
Reaction score
19
Location
127.0.0.1
Hello otlanders, I have a problem on my dedicated, I pay 300 dolars for the dedicated have, 8GB of RAM, and 1TB, but later of 1 hour or can be 10 min the server close and tell me that Allocation Failed, server out of memory, but my dedicated have alot of memory! I dont understand whats happening pelase help me I will rep+++



Uploaded with ImageShack.us
 
The problem is a limitation within the 32-bit architecture.

Long story short: A 32-bit program, no matter if it's running in a fully 64-bit operating system, will normally not be able to use more than a maximum of 2GB of ram at any given time.
Your server is trying to allocate more than 2GB of ram, most likely due to a memory leak (possibly floor items) in combination with a big map (most likely a RLmap), this is not allowed by windows, and thus you get that error.

There are 2 solutions to this issue, one temporary and one permanent:


  • [TEMPORARY] Enable the /3GB switch in the OS bootfile, this will allow allocation of up to 3GB ram for the server. Instructions can be found here. Note that this is as high as it goes, it is IMPOSSIBLE to allocate more than 3GB of ram to a single 32-bit process.

  • [PERMANENT] Recompile the server with a 64-bit switch to enable it to function as a 64-bit process, thus raising the single-process-ram-limit to around 8TB or more depending on the OS. If you need information on how to do this, please search the forum.
 
same problem
my pc 3gb ram Windows vista 34-bit, and when the crash happened to the server the memory was 2,001,512K

so whats wrong
please a tutorial or someone explain it step by step
REp++
 
This is how i done it I read exique's guide to compile download all source files then use stians pack and compile (Read exique's guide) then use LaaTido with the NEW .exe in your source directory and remove your old =)
NOTE: Its Not sure that this is working but It worked for me im usin 64bits Win7 =)
REP+ Please?
 
Back
Top