search for: 3903784k

Displaying 2 results from an estimated 2 matches for "3903784k".

Did you mean: 3903784kb
2005 Aug 15
0
Strange crashes on xen-box (imagemagick/mysql/swap)
...e mysql crashes with a Signal 11. (sometimes). The other strange thing is that no swapspace at all is used. For those of you who have never seen a Linux-Box using no swap, this is the ''top'' header: Mem: 1554072k total, 544752k used, 1009320k free, 28092k buffers Swap: 3903784k total, 0k used, 3903784k free, 385208k cached Since I''m already running the server in production and don''t have physical access I can''t try out to much. My only solution in the moment is to install a non-xen kernel and to cry because I would miss it :,( Best t...
2009 Jan 31
14
[PATCH 2/3] xen: make direct versions of irq_enable/disable/save/restore to common code
Now that x86-64 has directly accessible percpu variables, it can also implement the direct versions of these operations, which operate on a vcpu_info structure directly embedded in the percpu area. In fact, the 64-bit versions are more or less identical, and so can be shared. The only two differences are: 1. xen_restore_fl_direct takes its argument in eax on 32-bit, and rdi on 64-bit.