search for: somesize

Displaying 3 results from an estimated 3 matches for "somesize".

Did you mean: somesite
2007 Aug 28
2
Im Resize
I Have a Xen 3.0 running and want to resize a few images that are backup up with rsync. They are 20G and need them to be 5Gb. Can that be done? thank you. -- saludos! ------------------------- Alejandro Weintz Aguilar PixelEstudios.com. Tel. (506) - 5920328 Cel. (506) - 3080035 _______________________________________________ Xen-users mailing list Xen-users@lists.xensource.com
2009 Apr 01
2
bzero() before free()
Hi guys I've been browsing the code and at many places I found the following odd sequence: char * string=malloc(somesize); ? bzero(string,strlen(string)); free(string); I really don't see why you would zero a string and free the memory immediately afterwards? Any idea why this is done? Thanks! Met vriendelijke groet Best regards Bien ? vous Miguel SANDERS ArcelorMittal Gent UNIX Systems & Storage IT Su...
2004 Oct 06
5
What is the reccomended minimum rate for leaf htb class for accurate operation?
Hi, I''m trying to setup QoS in my TSL box. Following to mailing list reccomendations I changed PSCHED_CPU but can''t get accurate shaping with HTB. I have disabled HYSTERESIS also (by setting it to 0). I have Intel Celeron 1.8Mhz (TSC supported I think). ******** My script ****** tc qdisc add dev eth0 root handle 1: htb default 22 r2q 10 # Class corresponding interface