Beginner needs help increasing /shm from default 64MB

This page summarizes the projects mentioned and recommended in the original post on /r/docker

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • docker-pihole-unbound

    Run Pi-Hole + Unbound on Docker

  • I stopped the existing pihole-unbound and restarted an older pihole-only container. The pihole-only is using 1.1M of the 64M available--which suggests something's going on with the unbound side of things.

  • docker-pi-hole

    Pi-hole in a docker container

  • version: "3" services: pihole3-unbound: cap_add: - AUDIT_WRITE - CHOWN - DAC_OVERRIDE - FOWNER - FSETID - KILL - MKNOD - NET_BIND_SERVICE - NET_RAW - SETFCAP - SETGID - SETPCAP - SETUID - SYS_CHROOT cap_drop: - AUDIT_CONTROL - BLOCK_SUSPEND - DAC_READ_SEARCH - IPC_LOCK - IPC_OWNER - LEASE - LINUX_IMMUTABLE - MAC_ADMIN - MAC_OVERRIDE - NET_ADMIN - NET_BROADCAST - SYSLOG - SYS_ADMIN - SYS_BOOT - SYS_MODULE - SYS_NICE - SYS_PACCT - SYS_PTRACE - SYS_RAWIO - SYS_RESOURCE - SYS_TIME - SYS_TTY_CONFIG - WAKE_ALARM container_name: pihole3-unbound domainname: raspberrypi.local entrypoint: - /bin/bash - -c - ./start_unbound_and_s6_init.sh environment: - CORE_VERSION= - "DNS1=127.0.0.1#5335" - "DNS2=127.0.0.1#5335" - DNSMASQ_USER=root - DNSSEC=false - FTL_CMD=no-daemon - FTL_VERSION= - IPv6=True - PATH=/opt/pihole:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin - PHP_ENV_CONFIG=/etc/lighttpd/conf-enabled/15-fastcgi-php.conf - PHP_ERROR_LOG=/var/log/lighttpd/error.log - PIHOLE_INSTALL=/etc/.pihole/automated install/basic-install.sh - PIHOLE_VERSION=2021.10.1 - REV_SERVER=true - REV_SERVER_CIDR=192.168.0.0/16 - REV_SERVER_DOMAIN=local - REV_SERVER_TARGET=192.168.1.1 - S6_BEHAVIOUR_IF_STAGE2_FAILS=2 - S6_KEEP_ENV=1 - S6_LOGGING=0 - S6_OVERLAY_VERSION=v2.1.0.2 - ServerIP=192.168.1.124 - TZ=America/Los_Angeles - WEB_VERSION= - WEBPASSWORD=xxxxxx hostname: raspberrypi image: cbcrowe/pihole-unbound:latest ipc: shareable labels: com.docker.compose.config-hash: e986e42b73aa6acd357893aa36f0f587b5e2c8ae com.docker.compose.container-number: 1 com.docker.compose.oneoff: False com.docker.compose.project: pihole3stack com.docker.compose.service: pihole com.docker.compose.version: 1.5.0 org.opencontainers.image.created: 2021-10-23T19:47:40.015Z org.opencontainers.image.description: Pi-hole in a docker container org.opencontainers.image.licenses: "" org.opencontainers.image.revision: c0d05f291d4efcd8c643efcc09341ebecfa81a9f org.opencontainers.image.source: https://github.com/pi-hole/docker-pi-hole org.opencontainers.image.title: docker-pi-hole org.opencontainers.image.url: https://github.com/pi-hole/docker-pi-hole org.opencontainers.image.version: 2021.10.1 logging: driver: json-file options: {} networks: - pihole3stack_default ports: - :22/tcp - 443:443/tcp - 53:53/tcp - 53:53/udp - 5335:5335/tcp - 80:80/tcp restart: unless-stopped volumes: - etc_pihole_dnsmasq-unbound:/etc/dnsmasq.d - etc_pihole-unbound:/etc/pihole - type: tmpfs target: /dev/shm tmpfs: size: 512000000 # - 512MB networks: pihole3stack_default: external: true

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Help with container seeing gateway as the return address

    1 project | /r/docker | 17 May 2023
  • Synology/MACVLAN/BRIDGE help

    2 projects | /r/synology | 9 May 2023
  • Need a totally updated guide for setting up pi-hole on Synology DSM 7.1.1+

    2 projects | /r/pihole | 6 May 2023
  • How does one create an OS image for Jetson Nano B01 4GB for Ubuntu 23.04?

    1 project | /r/JetsonNano | 27 Apr 2023
  • Error Question

    1 project | /r/pihole | 23 Apr 2023