Burgershot
  • Home
  • Members
  • Team
  • Help
  • Search
  • Register
  • Login
  • Home
  • Members
  • Help
  • Search
Burgershot SA-MP Pawn Scripting [Pawn] [Solved] Why Game mode amx size has increased?

 
  • 0 Vote(s) - 0 Average
Pawn [Solved] Why Game mode amx size has increased?
Radical
Offline

Burgershot Member
Posts: 148
Threads: 21
Joined: Dec 2020
Reputation: 16
#1
2021-05-12, 04:18 PM (This post was last modified: 2021-05-20, 12:18 AM by Radical.)
I made some changes to the Game Mode today, after a few hours I saw that the size of Game Mode amx increased from 4 MB to 19 MB.
Compilation time also increased from 10 seconds to +60 seconds.
I don't remember what I did that caused it
even I optimizing well.

Compiler:
Zeex - https://github.com/pawn-lang/compiler/releases

Game Mode Includes:
Code:
#include <a_samp>
#include <a_mysql>
#include  <jit>

#include "../include/nex-ac.inc"
#include <weapon-config>

#define YSI_NO_VERSION_CHECK
#undef MAX_PLAYERS
#define MAX_PLAYERS 200

#include <streamer>
#include <colandreas>
#include <3DTryg>
#include <sscanf2>
#include <YSF>
#include <PreviewModelDialog>
#include <progress2>
#include <mSelection>
#include <foreach>
#include <formatex>

Code:
Header size:          32596 bytes
Code size:          6266484 bytes
Data size:        38666848 bytes
Stack/heap size:      16384 bytes; estimated max. usage=3072 cells (12288 bytes)
Total requirements:44982312 bytes
[Finished in 67.0s]

Solved:

weapon-config include had caused this.
« Next Oldest | Next Newest »



Messages In This Thread
[Solved] Why Game mode amx size has increased? - by Radical - 2021-05-12, 04:18 PM
RE: Why Game mode amx size has increased? - by Y_Less - 2021-05-12, 04:47 PM
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-12, 05:35 PM
RE: Why Game mode amx size has increased? - by Radical - 2021-05-12, 07:34 PM
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-13, 11:13 AM
RE: Why Game mode amx size has increased? - by Y_Less - 2021-05-12, 09:19 PM
RE: Why Game mode amx size has increased? - by Y_Less - 2021-05-13, 01:20 PM
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-13, 01:32 PM
RE: Why Game mode amx size has increased? - by Radical - 2021-05-13, 10:07 PM
RE: Why Game mode amx size has increased? - by Pinch - 2021-05-13, 11:07 PM
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-14, 10:17 AM
RE: Why Game mode amx size has increased? - by Radical - 2021-05-14, 09:17 PM
RE: Why Game mode amx size has increased? - by PutuSuhartawan - 2021-05-14, 11:48 PM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Burgershot - Powered by our Community and MyBB Original Theme by Emerald

Linear Mode
Threaded Mode