AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Scripting Help (https://forums.alliedmods.net/forumdisplay.php?f=11)
-   -   Compilation: estimated max? (https://forums.alliedmods.net/showthread.php?t=64078)

Sleepwalker 12-07-2007 13:50

Compilation: estimated max?
 
How can I find why the Stack/heap size is to big?
Is there anyway to fix it?
What can happen if I run this plugin? Can the server crash?

// Header size: 2964 bytes
// Code size: 37416 bytes
// Data size: 22444 bytes
// Stack/heap size: 16384 bytes; estimated max. usage=785 cells (3140 bytes)
// Total requirements: 79208 bytes
// Done.
//
// Compilation Time: 1,34 sec

Arkshine 12-07-2007 14:05

Re: Compilation: estimated max?
 
16 kb is too big ? Oo

What's the problem?

Alka 12-07-2007 14:14

Re: Compilation: estimated max?
 
Quote:

Originally Posted by Sleepwalker (Post 560864)
How can I find why the Stack/heap size is to big?
Is there anyway to fix it?
What can happen if I run this plugin? Can the server crash?

// Header size: 2964 bytes
// Code size: 37416 bytes
// Data size: 22444 bytes
// Stack/heap size: 16384 bytes; estimated max. usage=785 cells (3140 bytes)
// Total requirements: 79208 bytes
// Done.
//
// Compilation Time: 1,34 sec

wow, just wow. You can run it without any problem, and like arkshine 16kb is not big at all.


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

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