linux - 增加docker ram以在linux上安装sentry服务器

标签 linux docker sentry

我正在尝试在我的linux上安装sentry docker。克隆它的存储库后:

git clone https://github.com/getsentry/onpremise

我运行这个

$ ./install.sh 

但是我得到了这个错误:

alt@mx-alt:/mnt/Software/Linux/sentry/onpremise
$ ./install.sh 
Checking minimum requirements...
FAIL: Expected minimum RAM available to Docker to be 2400 MB but found  MB

这是我的 docker 信息:

$ sudo docker info
Client:
 Debug Mode: false

Server:
 Containers: 1
  Running: 0
  Paused: 0
  Stopped: 1
 Images: 1
 Server Version: 19.03.13
 Storage Driver: overlay2
  Backing Filesystem: extfs
  Supports d_type: true
  Native Overlay Diff: true
 Logging Driver: json-file
 Cgroup Driver: cgroupfs
 Plugins:
  Volume: local
  Network: bridge host ipvlan macvlan null overlay
  Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog
 Swarm: inactive
 Runtimes: runc
 Default Runtime: runc
 Init Binary: docker-init
 containerd version: 8fba4e9a7d01810a393d5d25a3621dc101981175
 runc version: dc9208a3303feef5b3839f4323d9beb36df0a9dd
 init version: fec3683
 Security Options:
  seccomp
   Profile: default
 Kernel Version: 4.19.0-12-amd64
 Operating System: Debian GNU/Linux 10 (buster)
 OSType: linux
 Architecture: x86_64
 CPUs: 4
 Total Memory: 15.63GiB
 Name: mx-alt
 ID: DRNU:OLX2:5VCT:GPNW:I3OV:4OHB:43UU:OVZL:OH5Y:5A2U:7MJA:SBHU
 Docker Root Dir: /var/lib/docker
 Debug Mode: false
 Registry: https://index.docker.io/v1/
 Labels:
 Experimental: false
 Insecure Registries:
  127.0.0.0/8
 Live Restore Enabled: false

在linux上增加docker ram?

最佳答案

我写下我的答案也许对某人有帮助!

1 - 我首先拉出busybox:

$ docker pull  busybox 
Using default tag: latest
latest: Pulling from library/busybox
5f5dd3e95e9f: Pull complete 
Digest: sha256:9f1c79411e054199210b4d489ae600a061595967adb643cd923f8515ad8123d2
Status: Downloaded newer image for busybox:latest
docker.io/library/busybox:latest
alt@mx-alt:~


alt@mx-alt:~
$ sudo docker run --rm busybox free -m 2
              total        used        free      shared  buff/cache   available
Mem:          16009        2176       11539         208        2293       13350
Swap:          8191           0        8191
alt@mx-alt:~

2-./install.sh

完成。

关于linux - 增加docker ram以在linux上安装sentry服务器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/65077390/

相关文章:

linux - 如何压缩文件夹和子文件夹中的新文件

java - 在 Eclipse 中调试远程 Java 应用程序时如何定义参数?

linux - 如何删除一个文件的第一个值未出现在另一个文件中的行?

python - 如何将异常发送到 django 项目的 Sentry

javascript - 如何自动将所有错误从 javascript 发送到 Sentry?

linux - fork 和 execve 继承非特权父进程的能力

docker - 如何在 docker-compose 中将主机网络暴露给 docker 容器?

docker - 在 docker 中运行 couchdb 2.1 时出现错误

node.js - 无法从主机访问 Dockerized Loopback 4 应用程序

python - Sentry django 配置 - 记录器