Chimmie Firefly
Chimmie Firefly
GPU clock is also affected (`600 Mhz` -> `200 Mhz`). Not sure about the RAM speed. I've tried switching to AMD P-State driver but no luck, throttling still occurs after...
> These Chromebooks aren't really designed for heavy duty tasks such as gaming. I'm using it for web browsing and SSH/terminal stuff. > The cooling solution is minimal and over...
I've tried running Windows 11 on it and it's lowering the CPU frequency down by 0.01 Ghz whenever CPU load isn't 100% and is bigger than 80% but quickly goes...
Oki, I've located the secret key in the settings (wasn't noticed the comment in the code section in the docs). Although is there going to be an option to specify...
> i fixed the problem by using an non routed default network, using podman 3.0.1 and letting woodpecker create the network. the last one was the final working fix. After...
thank you! ❤️ Also for reporting streaming API errors should I refer to the Sharkey devs or here (in the issue tracker)? I.e.: ``` Traceback (most recent call last): File...
> Currently once again busy with other stuff, so I can't promise a timeline on a fix, but if you want to quickly kludge it yourself, you probably can make...
unfortunately `v1` seems to have differ from `v2` a bit more: ```python Traceback (most recent call last): File "/home/gameplayer/workspace/followatch-sharkey/app/runner.py", line 223, in setup() File "/home/gameplayer/workspace/followatch-sharkey/app/runner.py", line 214, in setup main()...
``` ('Mastodon API returned error', 404, 'Not Found', AttribAccessDict([('message', 'Unknown API endpoint.'), ('code', 'UNKNOWN_API_ENDPOINT'), ('id', '2ca3b769-540a-4f08-9dd5-b5a825b6d0f1'), ('kind', 'client')])) Traceback (most recent call last): File "/home/gameplayer/workspace/followatch-sharkey/app/runner.py", line 224, in setup() File...
Heya, Have you tried adding: ``` shm_size: '1gb' deploy: resources: limits: memory: '2g' # with zram if not enough memory ``` and see how it goes? Also is `dmesg` printing...