mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-11 08:19:45 +00:00
80 lines
3.3 KiB
Plaintext
80 lines
3.3 KiB
Plaintext
#cyclic refs in lots of objects prevent GC, causing increased memory pressure
|
|
#the proper fix is to not have cycles, but in the meantime we have these hacks
|
|
|
|
parameters:
|
|
ignoreErrors:
|
|
-
|
|
message: "#^Property pocketmine\\\\block\\\\tile\\\\BrewingStand\\:\\:\\$inventory \\(pocketmine\\\\inventory\\\\BrewingStandInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/BrewingStand.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\block\\\\tile\\\\Chest\\:\\:\\$inventory \\(pocketmine\\\\inventory\\\\ChestInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Chest.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\block\\\\tile\\\\Furnace\\:\\:\\$inventory \\(pocketmine\\\\inventory\\\\FurnaceInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Furnace.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\block\\\\tile\\\\Hopper\\:\\:\\$inventory \\(pocketmine\\\\inventory\\\\HopperInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/block/tile/Hopper.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\player\\\\Player\\:\\:\\$cursorInventory \\(pocketmine\\\\inventory\\\\PlayerCursorInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\player\\\\Player\\:\\:\\$craftingGrid \\(pocketmine\\\\crafting\\\\CraftingGrid\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\player\\\\Player\\:\\:\\$perm \\(pocketmine\\\\permission\\\\PermissibleBase\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/player/Player.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Human\\:\\:\\$inventory \\(pocketmine\\\\inventory\\\\PlayerInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Human.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Human\\:\\:\\$enderChestInventory \\(pocketmine\\\\inventory\\\\EnderChestInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Human.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Human\\:\\:\\$hungerManager \\(pocketmine\\\\entity\\\\HungerManager\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Human.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Human\\:\\:\\$xpManager \\(pocketmine\\\\entity\\\\ExperienceManager\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Human.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Living\\:\\:\\$armorInventory \\(pocketmine\\\\inventory\\\\ArmorInventory\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Living.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\entity\\\\Living\\:\\:\\$effectManager \\(pocketmine\\\\entity\\\\effect\\\\EffectManager\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/entity/Living.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\world\\\\World\\:\\:\\$provider \\(pocketmine\\\\world\\\\format\\\\io\\\\WritableWorldProvider\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/World.php
|
|
|
|
-
|
|
message: "#^Property pocketmine\\\\world\\\\World\\:\\:\\$temporalPosition \\(pocketmine\\\\world\\\\Position\\) does not accept null\\.$#"
|
|
count: 1
|
|
path: ../../../src/world/World.php
|