Skip to content
This repository has been archived by the owner on Jan 7, 2024. It is now read-only.

[BUG] JVM error with 7.3.76 #180

Closed
1 task done
GodAtum360 opened this issue Dec 10, 2022 · 2 comments
Closed
1 task done

[BUG] JVM error with 7.3.76 #180

GodAtum360 opened this issue Dec 10, 2022 · 2 comments

Comments

@GodAtum360
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

When updating to 7.3.76 I get an error

Error: Could not create the Java Virtual Machine. Error: A fatal exception has occurred. Program will exit. Invalid maximum heap size: -Xmx1024MM

You might want to update your install instructions for the heap size environment variable.

Expected Behavior

No response

Steps To Reproduce

Updating docker image to 7.3.76.

Environment

- OS:
- How docker service was installed:

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  unifi-controller:
    image: ghcr.io/linuxserver/unifi-controller:version-7.3.76
    container_name: unifi-controller
    environment:
      - PUID=1000
      - PGID=1000

    volumes:
      - /home/rancher/docker_volumes/unifi-controller/config:/config
    ports:
      - 3478:3478/udp
      - 10001:10001/udp
      - 8080:8080
      - 8443:8443
      - 1900:1900/udp #optional
      - 8843:8843 #optional
      - 8880:8880 #optional
      - 6789:6789 #optional
      - 5514:5514/udp #optional
      - 1611:161/udp #SNMP
    restart: unless-stopped

Container logs

Error: Could not create the Java Virtual Machine.
Error: A fatal exception has occurred. Program will exit.
Invalid maximum heap size: -Xmx1024MM
@github-actions
Copy link

Thanks for opening your first issue here! Be sure to follow the bug or feature issue templates!

@thespad
Copy link
Member

thespad commented Dec 10, 2022

Duplicate of #168

@thespad thespad marked this as a duplicate of #168 Dec 10, 2022
@thespad thespad closed this as completed Dec 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants