mirror of
https://github.com/debloper/xiosk.git
synced 2026-04-26 21:35:51 +03:00
[GH-ISSUE #57] We should switch to the new Pi Gen Micro? #53
Labels
No labels
bug
bug
documentation
enhancement
enhancement
feature request
good first issue
good first issue
help wanted
invalid
priority: high
priority: low
priority: medium
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/xiosk#53
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andiohn on GitHub (Nov 27, 2024).
Original GitHub issue: https://github.com/debloper/xiosk/issues/57
Hey all,
Here might be a way to improve performance and get more ram. I'm still getting crashes and I assume it's memory leaks in chrome. What about taking a look at https://github.com/raspberrypi/pi-gen-micro and seeing if there is something there we can steal?
@debloper commented on GitHub (Nov 28, 2024):
From what I've understood so far, the dependencies needed to run PiOSK on top of the ultra thin image, practically ends up making it same as the official desktop image that comes out of normal pi-gen (non-micro). We don't save much resource, so it ends up being an extra effort to manage dependencies separately.
I haven't tried out pi-gen-micro first hand though, so please correct me if I'm off the lane.