Solved how to fix: ed_alloc: no free edicts ??

hattsu g

New member
I have a server and we tried to play some maps above 150mb.
This gave me this error, I already tried changing parameters to increase the limit but nothing worked.
I tried on other maps above 150mb and the same error occurred too
 

Vertigo

⍥????
Staff member
Administrator
CS:Source v34 or OrangeBox Server ?
The error comes because source engine has a limit of number of entities that can exist on a map at a time. The limit is 2048 entities. Since the map is so big, you are very likely to exceed the limit. Once the limit is reached the server (or maybe client as well) will crash and all the players will get that error.

Such big maps are not meant for public server as they have huge number of edicts or entities. You can try to use a Metamod/Sourcemod plugin to keep a check on the entities. These plugins will generally remove unused entities from the map. But if the map still has too many entities, then plugins will not work either. In that case, you will have to remove the map from map pool.
 
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock