docker中容器分配内存不足

[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.062 INFO 1 [flink-akka.actor.default-dispatcher-2] org.apache.flink.runtime.resourcemanager.StandaloneResourceManager Request slot with profile ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128} for job b5a876fb00b260a2a1038928576e6afc with allocation id 65d15d50a124c3a99cb1875a6ee6c143.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-3] org.apache.flink.runtime.executiongraph.ExecutionGraph CsvTableSource(read fields: os_type, click_num) -> SourceConversion(table=[default_catalog.default_database.click_log, source: [CsvTableSource(read fields: os_type, click_num)]], fields=[os_type, click_num]) -> LocalHashAggregate(groupBy=[os_type], select=[os_type, Partial_SUM(click_num) AS sum$0]) (7/8) (de082cdef05a08460d28fd7b83c687f6) switched from CREATED to SCHEDULED.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-3] org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl Requesting new slot [SlotRequestId{e61ec8f2e0e0f7ed1064fd5601bc1af6}] and profile ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128} from resource manager.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-2] org.apache.flink.runtime.resourcemanager.StandaloneResourceManager Request slot with profile ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128} for job b5a876fb00b260a2a1038928576e6afc with allocation id 41c9e22c1c5bc86950e9f7ad511b9e58.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-3] org.apache.flink.runtime.executiongraph.ExecutionGraph CsvTableSource(read fields: os_type, click_num) -> SourceConversion(table=[default_catalog.default_database.click_log, source: [CsvTableSource(read fields: os_type, click_num)]], fields=[os_type, click_num]) -> LocalHashAggregate(groupBy=[os_type], select=[os_type, Partial_SUM(click_num) AS sum$0]) (8/8) (6d45ef7e1e00e92194123a6a265b032a) switched from CREATED to SCHEDULED.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-3] org.apache.flink.runtime.jobmaster.slotpool.SlotPoolImpl Requesting new slot [SlotRequestId{a9dc7088591ac3adcf5ab3484aba6090}] and profile ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128} from resource manager.
[achilles-0.0.0.0-7085] 2020-03-27 15:20:45.063 INFO 1 [flink-akka.actor.default-dispatcher-4] org.apache.flink.runtime.resourcemanager.StandaloneResourceManager Request slot with profile ResourceProfile{cpuCores=0.0, heapMemoryInMB=0, directMemoryInMB=0, nativeMemoryInMB=0, networkMemoryInMB=0, managedMemoryInMB=128} for job b5a876fb00b260a2a1038928576e6afc with allocation id 245e96b410029e9dc63436d15553773a.
org.apache.flink.runtime.resourcemanager.exceptions.UnfulfillableSlotRequestException: Could not fulfill slot request 24f5f1bc5bd52647e5d48f3b6b1da939
docker中容器分配内存不足

你可能感兴趣的:(学习笔记)