Posts: 237
Threads: 2
Joined: Jun 2009
Reputation:
0
That memory thing has something to do with cells. Your server will most definitely crash all the time, unless you fix it :3
Posts: 2,200
Threads: 14
Joined: Apr 2009
Reputation:
0
Why in gods name do you need an array with 1024 cells ?
Posts: 6,129
Threads: 36
Joined: Jan 2009
Quote:
Originally Posted by FUNExtreme
Quote:
Originally Posted by Щә яә Ґя
Don't worry , in 60k lines i got just maximum 8 variabiles with 256 cells and one with 1024 cells
|
Thats 8 times 128 cells wasted. Do the maths
|
Sometimes strings have to be 256 cells long. If you read, he only has 8 strings that are the size of 256 cells.
However, the 1024 string sized cell is pretty much inefficient, you should consider fixing that.