Memory usage went up by 100 KB after the latest public build. will my game lag? (console log data available)

Hi,

I wanted to use applovin so I updated to the latest public build. however. the memory usage went up by 100 KBs. there’s no memory leak. the game consists of 140 levels. there are 30 KB added when you go to another level.

here’s the data when you first launch the game :

Jun 03 08:17:39.911 MEMORY = 373.215 KB TEXTURE = 0.98428726196289 Jun 03 08:17:40.413 MEMORY = 373.215 KB TEXTURE = 0.98428726196289 Jun 03 08:17:40.928 MEMORY = 373.215 KB TEXTURE = 0.98428726196289 Jun 03 08:17:41.429 MEMORY = 373.215 KB TEXTURE = 0.98428726196289

and here’s the data from playing continuously to reach level 20. reaching level 20 will take nearly 17 mins.

Jun 03 08:28:46.236 MEMORY = 640.954 KB TEXTURE = 1.1349067687988 Jun 03 08:28:46.748 MEMORY = 640.954 KB TEXTURE = 1.1349067687988 Jun 03 08:28:47.260 MEMORY = 640.954 KB TEXTURE = 1.1349067687988 Jun 03 08:28:47.772 MEMORY = 640.954 KB TEXTURE = 1.1349067687988

there are last frames in the build number : 2830. but not in the previous. But the game runs smoothly on bluestack android simulator(mac mini 8GB ram). also on strong flagship smartphones(2GB). I’m just afraif that it will run poorly on iOS(iphone 5s/6 1GB ram ).

any thoughts ?

That is a pretty low memory foot print. You’re only using 1.1 megabytes of texture memory. You probably shouldn’t worry about that until it gets into the 100’s or more.e

Rob

o

Thanks for the reply. actually, the texture memory will never get to 1.5 because it goes back to 1.1 whenever you go to a scene whether old or new. but the ram memory is the one that increases only. but after your reply, I won’t worry because the ram memory goes back to 373 in the game launch and getting to level 100 is will require nearly 2 hours.

thanks.

That is a pretty low memory foot print. You’re only using 1.1 megabytes of texture memory. You probably shouldn’t worry about that until it gets into the 100’s or more.e

Rob

o

Thanks for the reply. actually, the texture memory will never get to 1.5 because it goes back to 1.1 whenever you go to a scene whether old or new. but the ram memory is the one that increases only. but after your reply, I won’t worry because the ram memory goes back to 373 in the game launch and getting to level 100 is will require nearly 2 hours.

thanks.