Displaying 6 results from an estimated 6 matches for "gc_".
Did you mean:
gc
2004 Aug 11
9
ARP limit ?
what is the limit on the arp cache entires ?!
Does someone have very big LANs with linux-routers ? How big ? (i mean flat L2 network, not segmented)
I want to know how much can my net can scale ?
thanx
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2007 Jul 23
11
Memory problem with GridCell*Editor
...llowing crashes when editing cells in a grid:
./init.rb:1072:in `main_loop'': undefined method `begin_edit'' for
"_p_wxEvent":String (NoMethodError)
from ./init.rb:1072
but only after the first App GC mark phase.
So I changed all the GridCell*Editor.i files from GC_MANAGE to
GC_MANAGE_AS_EVENT. Which stopped the crashing. My question Alex is do
you think this is the correct GC_* to use in this situation? I wanted
to run this by you before I do a commit, since I have not messed
around with memory management since the big overhaul.
thanks
Sean
2004 Nov 08
1
[LLVMdev] LLVM for JIT only use
On Sun, 7 Nov 2004, Misha Brukman wrote:
> > How do I plug my copying GC into LLVM? It has to know about the stack
> > frames, etc... (I mostly need the location inside the stack frames of
> > GC-ed pointers)
>
> I'm not the person to ask about GC, I'll let Chris Lattner chime in on
> this. You can read a previous discussion about scheme GC and LLVM:
This is
2007 Jul 05
0
[1109] trunk/wxruby2/swig: Move marking of MenuBar from direct %markfunc to via mark_wxFrame, so
...; <dd>brokentoy</dd>
<dt>Date</dt> <dd>2007-07-05 14:45:10 -0400 (Thu, 05 Jul 2007)</dd>
</dl>
<h3>Log Message</h3>
<pre>Move marking of MenuBar from direct %markfunc to via mark_wxFrame, so
only associated MenuBars are marked; share more GC_ functions in wx.i</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkwxruby2swigclassesAppi">trunk/wxruby2/swig/classes/App.i</a></li>
<li><a href="#trunkwxruby2swigclassesMenuBari">trunk/wxruby2/swig/classes/MenuBa...
2002 May 23
1
Multiple Internet Connection, established connection dropping issues
...same interface until the user drops the connection. At which time if
the connection is re-established by the user the linux router then could
use a different interface but it should only use the interface that the
connection was established under.
I have made some progress playing around with the gc_interval gc_timeout
and gc_elasticity.
I also started looking at the code behind the routing and gc logic in
the route.c file in the linux kernel source. It appears that the gc does
not compare which routes to keep or which routes to drop. It just does
sort of a first come first out sweep.
Also i...
2008 Nov 18
3
High system in %system load .
Hello
Got strange problem with high system "%system load" and very slow user level
programs (apache+php+mysql) behavior
gstat shows 1.5-4% hard disk busy load but system shows about 20-30% load
while user load is max 5%.
vmstat shows from 2 to 35 process in "b" state.
Now use 7.0-RELEASE-p5 , but the same problem was with 7.0-RELEASE.
And have no idea what to do with this.