Changes between Initial Version and Version 1 of Ticket #535, comment 6
- Timestamp:
- 03/28/14 16:27:32 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #535, comment 6
initial v1 9 9 Here's my memory after starting xpra: 10 10 11 {{{ 11 12 0 jamie@animal:cdtemp.5reEHd$ ps -e -o rss,cmd | egrep "[X]pra" | grep iceweasel 12 13 76784 /usr/bin/Xorg-for-Xpra-:201 -dpi 96 -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile /home/iceweasel/.xpra/Xorg.:201.log -config /etc/xpra/xorg.conf :201 13 14 0 jamie@animal:cdtemp.5reEHd$ 15 }}} 14 16 15 17 After launching iceweasel (Firefox) 16 18 19 {{{ 17 20 jamie@animal:cdtemp.5reEHd$ ps -e -o rss,cmd | egrep "[X]pra" | grep iceweasel 18 21 110616 /usr/bin/Xorg-for-Xpra-:201 -dpi 96 -noreset -nolisten tcp +extension GLX +extension RANDR +extension RENDER -logfile /home/iceweasel/.xpra/Xorg.:201.log -config /etc/xpra/xorg.conf :201 19 22 0 jamie@animal:cdtemp.5reEHd$ 23 }}} 20 24 21 25 Here's my command for starting xpra (run as iceweasel user): 22 26 27 {{{ 23 28 /usr/bin/python /usr/bin/xpra --mmap-group --socket-dir=/home/iceweasel/xpra-socket --no-mdns start :201 29 }}} 24 30 25 31 Here's the attach command (run as jamie user): 26 32 {{{ 27 33 /usr/bin/python /usr/bin/xpra --socket-dir=/home/iceweasel/xpra-socket --mmap-group --tray-icon=/usr/share/icons/hicolor/scalable/apps/iceweasel.svg --encoding=rgb24 attach :201 28 34 }}} 29 35 Here's the output of the info command: 30 36 {{{ 31 37 0 jamie@animal:bin$ sudo -u iceweasel /usr/bin/python /usr/bin/xpra --mmap-group --socket-dir=/home/iceweasel/xpra-socket --no-mdns info :201 | grep memory 32 38 memory.children.idrss=0 … … 63 69 memory.server.utime=0 64 70 0 jamie@animal:bin$ 65 66 71 }}}