Raised This Month: $ Target: $400
 0% 

Solved [L4D2]Not enough space on the heap?(Solved)


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
King_OXO
Senior Member
Join Date: Dec 2020
Location: Brazil
Old 04-06-2023 , 14:16   [L4D2]Not enough space on the heap?(Solved)
Reply With Quote #1

SOLVED

SOLUTION:

PHP Code:
it was just putting #pragma dynamic 131072 in the compiler that solved it 
PROBLEM:

I was playing when suddenly "Not enough space on the heap" appears in the errors log.

I looked for the error in the plugin and found that this:

PHP Code:
    int count;
    
count kv.GetNum("cutcount"0); //the "count" is in the value of 1823.
    
char[][] names = new char[count][32]; 
when I reduce the value, the plugin returns to normal, can I use the high value but without giving this error("Not enough space on the heap")?
__________________
_________________
Discord: gabrielbr007
YouTube: WhiteFire
Steam: WhiteFire

Last edited by King_OXO; 04-06-2023 at 19:15.
King_OXO is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 13:01.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode