search for: 524284

Displaying 7 results from an estimated 7 matches for "524284".

Did you mean: 524288
2017 Apr 06
2
Dovecot impatient with mysql?
...or 25 seconds before retry I suspect it does connect eventually. This is a test system with only 1GB of memory and free reports: total used free shared buff/cache available Mem: 1025484 696344 24556 21528 304584 251552 Swap: 524284 92168 432116 The production box has 2GB, so if the problem is mysql is swapping out, that will be 'fixed', if it is processor, well this is an ARMv7 duo core, as is the production box. I am considering buying the new quad core. Is there anything I can do to get dovecot more...
2015 Mar 12
2
[LLVMdev] Cortex-A9 bot unstable in Clang
On 12 March 2015 at 02:47, Justin Bogner <mail at justinbogner.com> wrote: > Could it be something as simple as running out of memory (or some other > resource) and getting killed by the host OS? That kind of thing tends to > look something like this. Hi Justin, Yes, that could be it. Panda boards have 1GB of RAM, and Clang objects are getting big. Galina, do you have some kind
2017 Apr 06
2
Dovecot impatient with mysql?
...does connect eventually. This is a test system with only 1GB >> of memory and free reports: >> >> total used free shared buff/cache available >> Mem: 1025484 696344 24556 21528 304584 251552 >> Swap: 524284 92168 432116 >> >> >> The production box has 2GB, so if the problem is mysql is swapping out, that >> will be 'fixed', if it is processor, well this is an ARMv7 duo core, as is >> the production box. I am considering buying the new quad core. >&g...
2017 Apr 06
0
Dovecot impatient with mysql?
...t; > I suspect it does connect eventually. This is a test system with only 1GB > of memory and free reports: > > total used free shared buff/cache available > Mem: 1025484 696344 24556 21528 304584 251552 > Swap: 524284 92168 432116 > > > The production box has 2GB, so if the problem is mysql is swapping out, that > will be 'fixed', if it is processor, well this is an ARMv7 duo core, as is > the production box. I am considering buying the new quad core. > > Is there anythin...
2017 Apr 06
0
Dovecot impatient with mysql?
...stem with >>> only 1GB >>> of memory and free reports: >>> >>> total used free shared buff/cache >>> available >>> Mem: 1025484 696344 24556 21528 304584 251552 >>> Swap: 524284 92168 432116 >>> >>> >>> The production box has 2GB, so if the problem is mysql is swapping >>> out, that >>> will be 'fixed', if it is processor, well this is an ARMv7 duo core, >>> as is >>> the production box. I...
2008 Apr 18
2
Getting gamepad to work, detection problems.
Hi I recently got my PS3 sixaxis working and its under /dev/input/js1. I am now running ubuntu hardy. It doesn't operate in wine games etc so I need to edit the registry using <joystick name> = <axes mapping> in "directinput" In http://wiki.winehq.org/UsefulRegistryKeys it says to use the command: Code: WINEDEBUG=+dinput wine program.exe 2>&1 | grep
2014 Mar 07
3
[LLVMdev] [RFC] Add second "failure" AtomicOrdering to cmpxchg instruction
...r4) ; CHECK: br %r14 %ptr = getelementptr i32 *%src, i64 1024 - %val = cmpxchg i32 *%ptr, i32 %cmp, i32 %swap seq_cst + %val = cmpxchg i32 *%ptr, i32 %cmp, i32 %swap seq_cst seq_cst ret i32 %val } @@ -37,7 +37,7 @@ define i32 @f4(i32 %cmp, i32 %swap, i32 *%src) { ; CHECK: csy %r2, %r3, 524284(%r4) ; CHECK: br %r14 %ptr = getelementptr i32 *%src, i64 131071 - %val = cmpxchg i32 *%ptr, i32 %cmp, i32 %swap seq_cst + %val = cmpxchg i32 *%ptr, i32 %cmp, i32 %swap seq_cst seq_cst ret i32 %val } @@ -49,7 +49,7 @@ define i32 @f5(i32 %cmp, i32 %swap, i32 *%src) { ; CHECK: cs %r2, %r...