elasticsearch用户拥有的内存权限太小,至少需要262144; 切换sudo并且执行命令 查看结果 以上是临时修改,以下是永久修改,建议俩个地方都改一下 打开配置文件 添加配置 ...
分类:
其他好文 时间:
2019-11-08 10:49:35
阅读次数:
119
PromQLPromeQL是prometheus内置的数据查询语言,其提供对时间序列数据丰富的查询,聚合以及逻辑运算能力的支持。并且被广泛应用在prometheus的日常应用当中,包括数据查询,可视化,告警处理当中,grafana绘图就是利用了prometheus里面的PromQL的功能查询时间序列当prometheus通过exporter采集到相对应的监控指标样本数据后,我们就可以通过promQ
分类:
其他好文 时间:
2019-11-01 14:43:55
阅读次数:
895
What is spark.python.worker.memory? Spark on YARN resource manager: Relation between YARN Containers and Spark Executors? When running Spark on YARN, ...
分类:
其他好文 时间:
2019-10-24 00:41:17
阅读次数:
108
老张接个新项目,项目可是不小,好多模块。使用Intellij import new project, 结果卡在writing class中,而且mac的风扇一直转,像是要变成直升机起飞。 等啊等,intellij给出提示increase heap size,得,加大,400增到800,内存大任性。老 ...
分类:
其他好文 时间:
2019-10-11 00:26:39
阅读次数:
113
横竖屏方向错位: 根据内容自动显示隐藏滚动条: ...
分类:
其他好文 时间:
2019-09-26 12:03:04
阅读次数:
98
cpu利用率 方法一: 100 - (avg(increase(node_cpu_seconds_total{mode="idle"}[1m])) by (instance) / 60) * 100 方法二: 100 - avg(rate(node_cpu_seconds_total{mode="i ...
分类:
其他好文 时间:
2019-09-25 12:18:25
阅读次数:
325
1、Cannot allocate memory 报错信息: 日志 上面报错信息提示,查看更多,去/root/hs_err_pid9168.log里面查看。 原因分析 明显是由于内存不够,查看内存占用 解决 2、Application is added to the scheduler and is ...
分类:
其他好文 时间:
2019-09-17 14:38:39
阅读次数:
139
在mysql的技术文档里面有如下文字: If you do not define a PRIMARY KEY for your table, MySQL picks the first UNIQUE index that has only NOT NULL columns as the primar ...
分类:
数据库 时间:
2019-09-14 18:54:55
阅读次数:
538
On a mysterious island there are creatures known as Quxes which come in three colors: red, green, and blue. One power of the Qux is that if two of the ...
分类:
其他好文 时间:
2019-09-14 10:30:32
阅读次数:
110
idea快捷键: file->settings->Keymap->搜索关键字 Increase Font Size 增大字体 ctrl+滚轮上 Decrease Font Size 缩小字体 ctrl+滚轮下 基本的命名规范: 驼峰式的命名方式 * 类名:每一个单词的首字母都大写 class Goo ...
分类:
编程语言 时间:
2019-09-13 22:23:40
阅读次数:
116