PocketMine Crash Archive

#29757651 Out of memory error

Submitted by PocketMine-MP 1.4-916

General information

Version: 1.4-916
API version: 1.10.0
Caused by a Plugin: Not directly
Report date: Sunday 21/06/2020 13:16:00
Attached Issue: None

System Information

PHP version: 5.6.4
Operating system: mac
System banner: Darwin Pleaides.local 15.6.0 Darwin Kernel Version 15.6.0: Thu Jun 21 20:07:40 PDT 2018; root:xnu-3248.73.11~1/RELEASE_X86_64 x86_64

Error information

Allowed memory size of 1073741824 bytes exhausted (tried to allocate 65536 bytes)
File: /src/pocketmine/nbt/NBT
Line: #145
Error level: E_ERROR

[136] 			}
[137] 			return $this->buffer;
[138] 		}
[139] 
[140] 		return \false;
[141] 	}
[142] 
[143] 	public function writeCompressed($compression = ZLIB_ENCODING_GZIP, $level = 7){
[144] 		if(($write = $this->write()) !== \false){
[145] 			return \zlib_encode($write, $compression, $level);
[146] 		}
[147] 
[148] 		return \false;
[149] 	}
[150] 
[151] 	public function readTag(){
[152] 		switch(\ord($this->get(1))){
[153] 			case NBT::TAG_Byte:
[154] 				$tag = new Byte($this->getString());
[155] 				$tag->read($this);

Loaded Plugins

NameVersionStateAuthor(s)

Server Settings [toggle]

NameValue
server-nameMinecraft: PE Server
server-port19132
memory-limit1024M
gamemode1
max-players20
spawn-protection16
white-listoff
enable-queryon
enable-rconoff
motdMinecraft: PE Server
announce-player-achievementson
allow-flightoff
spawn-animalson
spawn-mobson
force-gamemodeoff
hardcoreoff
pvpon
difficulty1
generator-settings
level-nameMaxworld
level-seed2
level-typeDEFAULT
rcon.password******
auto-saveon
settings.shutdown-messageServer closed
settings.query-pluginstrue
settings.deprecated-verbosetrue
settings.enable-profilingfalse
settings.advanced-cachefalse
settings.upnp-forwardingfalse
settings.send-usagetrue
settings.async-workers4
debug.level1
debug.commandsfalse
level-settings.default-formatmcregion
level-settings.convert-formatfalse
chunk-sending.per-tick4
chunk-sending.compression-level8
chunk-sending.max-chunks256
chunk-ticking.per-tick260
chunk-ticking.tick-radius4
chunk-ticking.light-updatesfalse
chunk-ticking.clear-tick-listfalse
chunk-generation.use-asyncfalse
chunk-generation.per-tick1
chunk-gc.period-in-ticks600
ticks-per.animal-spawns400
ticks-per.monster-spawns1
ticks-per.autosave6000
ticks-per.cache-cleanup900
spawn-limits.monsters70
spawn-limits.animals15
spawn-limits.water-animals5
spawn-limits.ambient15
auto-report.enabledtrue
auto-report.send-codetrue
auto-report.send-settingstrue
auto-report.send-phpinfotrue
auto-report.hostcrash.pocketmine.net
auto-updater.enabledtrue
auto-updater.on-update.warn-consoletrue
auto-updater.on-update.warn-opstrue
auto-updater.preferred-channelstable
auto-updater.suggest-channelstrue
auto-updater.hostwww.pocketmine.net
aliases
worlds
Find duplicates  |   Download