Forum Discussion
I'm not sure what or how this has come around, but I can't play the game with 16gb of RAM. It's requesting 16.6gb and crashing.
No other open applications other than launchers in the background and windows 10 system processes and the games still going tits up.
2 nights ago the server lag was so bad it was unplayable, the night after that it split me and my party into seperate games, and now the game is requesting almost 3x what they recommend. I feel bad with anyone running store bought gaming rigs, or budget builds with 8GB or less.
What's going on with the patches utterly * the game.
The longer u play, the more memory the game eats and never release
- 7 years ago
is that so.
@d3adc3II wrote:
It's normal bro. It's called memory leaked and it happens in every game i played, haiz from battlefield, call of duty to pubg.
The longer u play, the more memory the game eats and never release- 7 years ago
@gg123xyz wrote:is that so.
@d3adc3II wrote:
It's normal bro. It's called memory leaked and it happens in every game i played, haiz from battlefield, call of duty to pubg.
The longer u play, the more memory the game eats and never release
First, PUBG:
Second, CoD BO4, for COD this is my own screenshot
- 7 years ago
@d3adc3II wrote:
It's normal bro. It's called memory leaked and it happens in every game i played, haiz from battlefield, call of duty to pubg.
The longer u play, the more memory the game eats and never release// some c++
size_t size(0);
double *temp_ptr(nullptr);cout << "how many temps? ";
cin >> size;temp_ptr = new double[size];
cout << temp_ptr << endl;
// incorrect; creating a memory leak
temp_ptr = nullptr;delete [] temp_ptr;
// correct; creating a memory leak
delete [] temp_ptr;
temp_ptr = nullptr;// so if you have a memory leak, use (delete[] name_of_variable) before (name_of_variable = nullptr).
- 7 years ago
i had a logical bug in my previous reply, so i fixed the code. its how to fix memory leaks from incorrectly using the heap.
- 7 years ago
@d3adc3II wrote:
It's normal bro. It's called memory leaked and it happens in every game i played, haiz from battlefield, call of duty to pubg.
The longer u play, the more memory the game eats and never releaseNormal? It's more a question of bad programming, mainly on Windows.
- 7 years ago
@AzGoshawk wrote:
@d3adc3II wrote:
It's normal bro. It's called memory leaked and it happens in every game i played, haiz from battlefield, call of duty to pubg.
The longer u play, the more memory the game eats and never releaseNormal? It's more a question of bad programming, mainly on Windows.
I nvr said it's good programming. My point is: it's normal situation that happened in many games nowadays.
Traffic is pretty bad in my city. Traffic jam everywhere everyday, it's not a good thing but i'd say it's normal in my city. I think You got the point.
- 7 years ago
It could be anything causing it from a bad 3rd party driver to malfunctioning hardware and how it interfaces to some shoddy program that runs in background or a 3rd party service that's invading spaces it should not.
About Apex Legends Technical Issues
Community Highlights
- EA_Blueberry7 years ago
Community Manager
Recent Discussions
- 2 hours ago
- 3 hours ago
- 7 hours ago