On player load PhysicsParts memory increases permanently, resulting in crashes and severe lag

I also reported this directly via PM.


They should get on this soon.

9 Likes

Can you send a profiler dump so we can check the memory? Press Ctrl+F6, wait until memory gets bad enough, and press dump. It should save an html file to your user folder that you can post or DM me.

8 Likes

Here is my game’s profile when it was lagging until I applied the fix above, it still lags, but less.
log_DB266_microprofile_20221228-023530.html (3.4 MB)

4 Likes

Seems they patched it up.


@XahnChronoktus @TimTsuki

4 Likes

Nevermind. When you disable this fix given above;

local players = game:GetService(“Players”)

players.PlayerAdded:Connect(function(player)
player.CharacterRemoving:Connect(function(character)
character:Destroy()
end)
end)

The game starts lagging again.

This may come from the fact I disable collisions between players.

3 Likes

on my game i disabled starting forcefield, may this had to do something with that??
Look my problem with this issue on this post: The Game Freezes after a Roblox Update

3 Likes

sorry i just saw this, what fix exactly? the “roblox” one or the one given by XanhChronoktus? i will test that script on my game and see

2 Likes

checked both and the solution given on this post and the problem prevails. is not fixed and roblox staff haves to keep looking

3 Likes

Roblox apparently made a fix on it, and there was also a script fix on it. When I used the script fix it was better. But when the fix is not applied, it still lags.

3 Likes

for me is the same it keeps occurring

2 Likes

Still occurring if this is disabled.

1 Like

Can confirm this exact same behavior for Gem Galaxies, a roleplaying game that uses an older method of welding parts to a rig to create a morph. However, upon switching between the server welding the rig and having the rigs pre-welded with characters, the PhysicsParts still increases when you switch characters (via doing Player.Character = NewCharacter) and them resetting/leaving.

As such, when the server reaches about 5000MB-ish (within 6 hours, since a lot of people come and go, switch characters and such) in total usage, the server’s chat begins to give out before it inevitably crashes. I’m going to implement the fix as said up above + some.

3 Likes

Sad to see that they didn’t fix this yet…

3 Likes

Nothing has been fixed yet, any news?

1 Like

Nope, I am still experiencing this issue.

2 Likes

Same here. In the patch it said it was fixed, but i guess not.

1 Like

After 1 month still no news, it’s getting annoying

2 Likes

There has been no news on or fix for this issue and it has been multiple months. I am quite embarrassed that Roblox is incapable of fixing such a major engine issue.

4 Likes

the issue was fixed for me after a roblox update the 12/01/2023
it started happening the 11/12/2022 for me BUT yesterday 28/03/2023 this issue started happening again, some roblox forum moderator unlisted my post about this who knows why, makin so i have to put all over again.
They keep getting randomized messages as a proof of never ending loading onto the game or random crashes because of the last roblox update yesterday.
image


image


image
image

to be clear, i didn’t update the game that time, so this started happening randomly even with old versions of the game after a ROBLOX update.

22 Likes

Can confirm this is happening on my end as well.

2 Likes