Commit Graph

8 Commits

Author SHA1 Message Date
Joshua Spence
82b99c3fba Run acceptance tests against UniFi Network 7.4 (#377) 2023-06-07 14:11:01 +10:00
Joshua Spence
0e72ef9deb Revert "Enable $LOTSOFDEVICES (#325)" (#337)
This reverts commit ce6e1a5a6a.
2023-03-05 10:10:30 +11:00
Joshua Spence
ce6e1a5a6a Enable $LOTSOFDEVICES (#325)
From https://hub.docker.com/r/jacobalberty/unifi:

> Enable this with `true` if you run a system with a lot of devices and/or with a low powered system (like a Raspberry Pi). This makes a few adjustments to try and improve performance:
>
> - enable `unifi.G1GC.enabled`
> - set `unifi.xms` to `JVM_INIT_HEAP_SIZE`
> - set `unifi.xmx` to `JVM_MAX_HEAP_SIZE`
> - enable `unifi.db.nojournal`
> - set `unifi.dg.extraargs` to `--quiet`

See also https://help.ui.com/hc/en-us/articles/115005159588-UniFi-How-to-Tune-the-Network-Application-for-High-Number-of-UniFi-Devices.
2023-03-01 13:03:29 +11:00
Joshua Spence
6420a08e58 Limit number of demo devices (#321)
We currently only need switches for the acceptance tests, so don't provision any access points or gateways.
2023-03-01 09:56:30 +11:00
Joshua Spence
d02faeb871 Use default demo credentials (#320) 2023-03-01 00:22:09 +11:00
Paul Tyng
b36a5faafd Prettier formatting of YAML 2021-09-16 08:56:37 -04:00
Joshua Spence
a1849cacdc Put controller into demo mode (#185) 2021-09-15 23:14:09 +10:00
Joshua Spence
a2ce5a12fb Use docker-compose instead of a shell script (#155) 2021-09-15 09:51:58 +10:00