#28 closed enhancement (wontfix)
large windows on android will cause out-of-memory problems
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | future |
Component: | android | Version: | |
Keywords: | Cc: |
Description
There are a number of things we can do here, some easier than others.
- do not request window damage data for off-screen regions. We can then make the local window buffer no bigger than the android device screen which should allow us many windows before we hit the oom.
- scale windows down. this may also be a nice feature associated with pinch to zoom in/out
- combining the two features above is probably quite hard
Useful link:
Change History (5)
comment:1 Changed 10 years ago by
Milestone: | 0.0.7.x → 0.1 |
---|---|
Owner: | changed from Antoine Martin to Antoine Martin |
Status: | new → accepted |
comment:2 Changed 10 years ago by
Milestone: | 0.1 → future |
---|
comment:3 Changed 7 years ago by
Status: | accepted → new |
---|
comment:5 Changed 17 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/28
Note: See
TracTickets for help on using
tickets.
re-scheduling