Hi, ----- Original Message ----- > From: "Andrei Warkentin" <[email protected]> > To: [email protected] > Cc: [email protected], "jason wessel" > <[email protected]>, [email protected] > Sent: Friday, February 17, 2012 9:07:15 PM > Subject: [PATCH 1/2] KDB: Make LINES an internal variable. > > 1) If you run 'dumpall', LINES will remain set to > 10000, and you might wonder why dmesg now doesn't > page. > 2) If you run any command that sets LINES, you will > eventually exhaust the heap. > > To address (1), you can save and restore across > calls to "defcmd" commands, which might contain > "set LINES". This becomes awkward with keeping > LINES in env, but there is no real reason why > LINES cannot be treated as an internal variable. > Additionally, you get rid of the (small) kdb heap > usage for LINES. >
Does any of this make sense :-)? A ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Kgdb-bugreport mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/kgdb-bugreport
